You need to sign in or sign up before continuing.
BI-753 Use scenario outline & context variable
Created by: ay701
This PR is for testing submit building on BIS application using scenario outline & context variable
To test:
- Switch to
BI-753branch, thengit pull - Go to
/bloclink/apps/bisfolder - Install behave locally.
pip install behave - Make sure your local Bloclink service is running
- Run the test:
python -m behave features/submitBuilding.feature
You are expected to see the following results:
22 steps passed, 4 failed, 4 skipped, 0 undefined
Feel free to check or edit submitBuilding.feature file (by adding more test cases in each scenario), and check the testing result
Issue related: https://blocpower.atlassian.net/browse/BI-723
Issue fixed: https://blocpower.atlassian.net/browse/BI-745 https://blocpower.atlassian.net/browse/BI-753