Skip to content

Latest commit

 

History

History
49 lines (29 loc) · 3.29 KB

README.md

File metadata and controls

49 lines (29 loc) · 3.29 KB

OpenELIS-Global-2 Automated Testing Framework.

This is the new OpenELIS-Global2 Automated testing Framework thats integrates both BDD with Cucumber and Fuctional Testing with Selenium using the Page Object Model design for high Maintainability ,Readability and Re-usability

Build Status

See Wiki for the Project SetUp

Installing dependencies

mvn clean install -DskipTests=true

Configuration

Running tests

  1. All Test Features

     mvn test
    
  2. To run individual Test Features ,You need to filter them by the feature filter tag.

     mvn test -Dcucumber.filter.tags='<@tag>'   
    

    ie , to run Login Feature tests

      mvn test -Dcucumber.filter.tags='@login'   
    

Test features

Test Feature Filter Tag Status
Login @login Build Status
Add order @order Build Status
Results Entry @results Build Status
Validation @validate Build Status
Patient Report @report Build Status
Patient Entry @patientEntry Build Status
Mofidy Order @modifyOrder Build Status
Referral Work Flow @referral Build Status