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

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

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