Th
CI Provider | Status |
---|---|
Github Actions | |
Travis |
Demo to showcase the implementation of pylenium
- Added Travis Integration
- Added Github Actions
- Added one small test which is in the document example
- To run on CI added docker support.
- Documentation is insightful, please read before adopting
- Quick setup work.
https://elsnoman.gitbook.io/pylenium/
https://github.com/ElSnoMan/pyleniumio
- python 3.x.x
- pip3
- virtualenv
- Install Chrome Driver
- Run Tests in Parallel
- Docker-Setup
-
Clone
git clone https://github.com/vishalm/pyleniumio-demo.git cd pyleniumio-demo
-
python --verison
Python 3.8.0
-
pip3 install
pip3 install virtualenv virtualenv .env source .env/bin/activate pip install pyleniumio
-
Run
python -m pytest ui_tests/test_qap_dev.py
-
Execution Log
(.env)vishalmishra$ python -m pytest ui_tests/test_qap_dev.py
============================= test session starts ==============================
platform darwin -- Python 3.8.0, pytest-5.4.1, py-1.8.1, pluggy-0.13.1
rootdir: /Users/vishalmishra/selenium-demo/pylenium-demo
plugins: xdist-1.31.0, forked-1.1.3
collected 1 item
ui_tests/test_qap_dev.py . [100%]
============================== 1 passed in 9.03s ===============================