An open API service indexing awesome lists of open source software.

https://github.com/prashant1507/behave-selenium


https://github.com/prashant1507/behave-selenium

behave behave-framework behavex behavex-python python selenium selenium-grid

Last synced: 6 months ago
JSON representation

Awesome Lists containing this project

README

          

# Setup
1. Execute `pip3 install -r requirements.tx`
2. Set up allure-report
```
Download from https://allurereport.org/docs/install-for-linux/
Execute: sudo dpkg -i allure_*_all.deb
Execute: allure --version
```
3. Install `sudo apt install sshpass docker docker-compose`
4. Setup `resources/details.json` as
```
# TO DO
```

# Start Tests
1. Execute `python3 runner.py`

# Helpers
1. Check all behave options `behave -h`
2. Check all allure options `allure -h`
3. Execute `allure serve FOLDER_PATH` to start and create allure-report

# Notes:
1. Test will be executed in parallel feature by feature
2. Create Gmail Key Password
```
1. Goto: https://myaccount.google.com/apppasswords
2. Enter App Name
3. Copy generated password
4. Provide in resources/details.json
```