Skip to content

gokultw/bahmni-functional-tests

 
 

Repository files navigation

Gauge tests for Bahmni NDHM compliance

Functional tests for the NDHM compliance feature of Bahmni.

Pre-requisites

Execution

  • npm install
  • gauge run --env ci --tags 'core' specs -v

--tags allows us to choose the tests to run from the test suite. In this command we are running only the Bahmni core product tests from the test suite.

--env allows us to change the environment parameter as per the requirement.

The HTML reports can be found in ./reports/html-report after the run.

About

This repo Consists of Automation test cases for ABDM features and bahmni functionality

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 89.0%
  • Ruby 4.6%
  • Dockerfile 3.6%
  • Shell 2.8%