BI 723 Cucumber (Behave) automation testing
Created by: ay701
This PR is for testing Building Search on BIS application
To test:
- Install
behavepackage:pip install behave - Switch to
BI-723branch, thengit pull - Go to
/bloclink/apps/bisfolder - Run the test:
python -m behave
You should expect to see the results with 5 steps passed, and 2 failed, based on the addresses defined in addressSearch.feature file. Feel free to edit addressSearch.feature file, by adding more address testing data in each scenario.
Issue fixed: https://blocpower.atlassian.net/browse/BI-723 https://blocpower.atlassian.net/browse/BI-745