https://github.com/rahulmoundekar/pageobjectmodelrobotframework
PageObjectModelRobotFramework
https://github.com/rahulmoundekar/pageobjectmodelrobotframework
python-3-7 robot-framework selenium-webdriver
Last synced: about 1 month ago
JSON representation
PageObjectModelRobotFramework
- Host: GitHub
- URL: https://github.com/rahulmoundekar/pageobjectmodelrobotframework
- Owner: rahulmoundekar
- Created: 2020-05-29T09:00:40.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T15:28:44.000Z (about 3 years ago)
- Last Synced: 2025-02-09T17:13:45.370Z (about 1 year ago)
- Topics: python-3-7, robot-framework, selenium-webdriver
- Language: Python
- Size: 33 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: readme.txt
Awesome Lists containing this project
README
Parallel Test Execution in Robot Framework:
https://pypi.org/project/robotframework-pabot/
need to install:
pip install robotframework-pabot
run:
pabot --processes 2 test_case\*.robot
2 is no of test cases you want execute
want to create all report created in required directory :
pabot --processes 2 --outputdir report test_case/*.robot
create .bat file for execution
create new run.bat file in project structure
in bat file
cd E:\OnlyForPython\SELENIUM\RobotFramework\PageObjectModelRobotFramework>
pabot --processes 2 --outputdir report test_case/*.robot