Test Cases
Test cases are written with jasmine framework. You need to put your test case in spec
directory.
Test cases are written with jasmine framework. You need to put your test case in spec
directory.
Run the command to start the test cases.
jasmine
Make sure that you generate the test data with only the target feature enabled
node transpile.js resource/ build/ mod -c -e
Integration test cases are listed under integration
directory.
Run the below code to start the integration test.
./run_integration_test.sh
Contribute on Github! Edit this section.