This is a package which lists the robot framework tests using robot command line arguments
Project description
robot_list
Do you want to list the testcases of a suite in robot framework before start execution?
Here, is the solution for this. This package will perform the dry run on the command line which user is given and list all the tests.
Venixa Robot-List
List the robot tests by taking robot flags as cmd line arguments
Usage:
python -m robot_list.robot_list '--include test1 --exclude test2 tests/'
python -m robot_list.robot_list '-i test1 -e test2 tests/'
python -m robot_list.robot_list '--suite suite1 --test test1 tests/'
python -m robot_list.robot_list '-s suite1 -t test1* tests/'
python -m robot_list.robot_list '--include test1 --exclude test2 --suite suite1 tests/'
python -m robot_list.robot_list '-i test1 -e test2 -s suite1* tests/'
or
from robot_list import robot_list
robot_list = robot_list.RobotList(command)
test_list = robot_list.list_robot_tests()
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for robot_list-0.0.8-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | a9ce991bc4f33f52527be57e83cd7405bba5368ae5559c64ec92b5db6afcbdc0 |
|
MD5 | 9f5c0e4a0e37103b945058373a014036 |
|
BLAKE2b-256 | 1db4bbc309ebbefb89f888b41edbad688e83a6a2447f686205775e334b4b878b |