This is a test suite for Crosswalk, which includes:
behavior/: behavior test toolcordova/: Crosswalk based Cordova testswebapi/: Web API testswrt/: Web Runtime Testsmisc/: miscellaneous testsweb-abat-testsandweb-mbat-tests: basic acceptance testswebapi-usecase-tizen-tests: usecase tests for Tizen Device APIswebapi-usecase-standard-tests: usecase tests for standard APIs, e.g. W3C/HTML5 APIs, Supplementary APIs, Crosswalk experimental APIswrt-usecase-*-tests: usecase tests for Web Runtimewrt-stab*-tests: stability testswrt-*-UA-tests: user acceptance testswrt-documentation-verification-tests: tests for documents verification
doc/: see documentaion belowtools/: tools for this test suite
Check out our documents at doc/.
For test suite and test case development, please go through the following documents firstly:
doc/Behavior_Test_Tool_Developer_Guidedoc/Coding_Style_Guide_CheatSheetdoc/Web_Test_Suite_Developer_Guidedoc/Web_Test_Suite_Packaging_Guide
For testing execution and reports, please follow these user guides:
doc/Behavior_Test_Tool_User_Guidedoc/Cordova_Test_Suite_User_Guidedoc/WebAPI_Test_Suite_User_Guidedoc/Web_BAT_Test_Suite_User_Guidedoc/Web_Runtime_Test_Suite_User_Guide
Move the Web, Write Some Tests!
Absolutely everyone is welcome (and even encouraged) to contribute to test development and bug report. No test is too small or too simple, especially if it corresponds to something for which you've noted an bug in Crosswalk project.
The way to contribute is just as usual:
- fork this repository (and make sure you're still relatively in sync with it if you forked a while ago);
- create a branch for your changes,
git checkout -b username/topic; - make your changes;
- push that to your repo;
- and send in a pull request based on the above.
Please make your pull requests to master.
Or you can report an issue of the tests and/or tools in this JIRA system:
Except as noted in COPYING and/or NOTICE files, or as headed with license
info, test suite source code uses a BSD-style license that can be found in the
LICENSE file.