Skip to content

huaiyuangu/parallel-robot-runner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

robot parallel runner

Purpose:

to run all robot test cases in parallel and merge all individual test report as united HTML report files
all the test case information will be parsed out and included in notification report like Slack, Email etc.

Example:

import sys
import os
import inspect

base = os.path.dirname(os.path.abspath(inspect.getfile(inspect.currentframe())))
robot_file_dir = os.path.join(base, 'robot_test')

e = RobotParalleRunner(robot_file_dir, True)

e.parse_robot_test_properties(robot_file_dir)

e.start_robot_concurrent_tests()

About

run you robot test case parallelly easily, and combine all test log into one united report

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published