- Appium-Python-Client
- Selenium-WebDriver
- Webdriver Manager
- Requests
- Behave
- PyHamcrest
- Generate Report allure-behave
- scoop
pip install -r requirements.txt
Windows (PowerShell)
1. Set-ExecutionPolicy RemoteSigned -scope CurrentUser
2. Type in "Y" and click on "ENTER"
3. iex (new-object net.webclient).downloadstring('https://get.scoop.sh')
4. scoop install allure
Linux (Ubuntu)
sudo apt-get install allure
Run Tests
behave -f allure_behave.formatter:AllureFormatter -o allure-results ./features
Server
allure serve allure-results
HTML file
Open html file in allure-html\index.html with Firefox or Edge
Open with Chrome follow the orientation How to launch html using Chrome at “--allow-file-access-from-files” mode?