You need to sign in or sign up before continuing.
BI-913 Move BIS meta data into JSON files
Created by: ay701
This PR moves feature meta data into separate JSON file for BIS app
Test data will stay in feature file, inside scenario outline
Fixture and tag are used to apply the data injection
To test:
- Switch to
BI-913branch, then:git pull - Go to
/bloclink/apps/bisfolder - Install
behavelocally (If you haven't):pip install behave - Run the test:
python -m behave
You are expected to see most test cases pass, based on test definition in *.feature files. Please feel free to review, & see if the result makes sense.
Issue related: https://blocpower.atlassian.net/browse/BI-770
Issue fixed: https://blocpower.atlassian.net/browse/BI-913