Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 690 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 690 Bytes

Qualify Test Data: samples

In this repository you will find execution file samples for Qualify executor.

Robot framework

Test data is required to have an rf argument file in the main folder.

Example arguments.txt content is like following:

--doc This is an example (where "special characters" are ok!)
--metadata X:Value with spaces
--variable VAR:Hello, world!
# This is a comment
path/to/my/tests

File is required to be in .zip format which contains everything that is required by tests.

Template is under robotframework