You need to sign in or sign up before continuing.
BI-792 PNA testing updates for submit questionnaire
Created by: ay701
This PR is for PNA submit questionnaire testing It uses Behave fixture and tag to setup the data injection
To test:
- Switch to
BI-792branch, dogit pull - Go to
/bloclink/apps/pnafolder - Install behave locally (If you haven't):
pip install behave - Make sure
DOMAIN=0.0.0.0:5410is in.envfile - Make sure your local Bloclink service is running
- Run the test:
python -m behave
You are expected to see most test cases passed, some failed based on test definition in submitQuestionnaire.feature. 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-792