Functional tests for the NDHM compliance feature of Bahmni.
- npm install
gauge run --env ci --tags 'core' specs -v
--tagsallows us to choose the tests to run from the test suite. In this command we are running only theBahmni core producttests from the test suite.
--envallows us to change the environment parameter as per the requirement.
The HTML reports can be found in
./reports/html-reportafter the run.