robotframework-datadriver
robotframework-datadriver copied to clipboard
Library to provide Data-Driven testing with CSV tables to Robot Framework
Closes #98 This PR adds a simple json-reader creating test data from any JSON file. The use case is data provided by APIs that is structured and well formatted. For...
[example.zip](https://github.com/Snooz82/robotframework-datadriver/files/12366190/example.zip) Run test with this example: `robot .` there will be 3 failed tests then rerun the failed tests with command: `robot --prerunmodifier DataDriver.rerunfailed:output.xml --output rerun.xml .` 4 tests will...
Hi, Force Tags and Default tags are deprecated [https://robotframework.org/robotframework/latest/RobotFrameworkUserGuide.html#deprecation-of-force-tags-and-default-tags:~:text=Prior%20to%20Robot%20Framework%206.0%2C%20tags%20could%20be%20specified%20to%20tests%20in%20the%20Setting%20section%20using%20two%20different%20settings%3A](url) In the documention of DataDriver [https://github.com/Snooz82/robotframework-datadriver#robot-framework-command-line-arguments](url)
From: https://robotframework.slack.com/archives/CJSNFRZMK/p1670879176898089 + thread I discovered I can have the datadriver provide column values as a dictionary of arguments to a template instead of a long list of variables! https://github.com/Snooz82/robotframework-datadriver#dictionary-variables...
prerunmodifier does not return failed tests if output.xml contains more than one failed test and at least one skipped test. Thus rerun is not executed, despite there are failed tests....
Hi, i have a project with CSV reader (generic and specific), XLSX Reader and potentially JSON soon. As we have mass data being pumped threw RFW test cases, I would...
Adding issue for provided PR. a simple json-reader creating test data from any JSON file. Basically `generic-csv-reader`, but for json The use case is data provided by APIs that is...
Hi, Is there a way to get the current row index of Excel while executing? Or at runtime how we can update the data to a specific columns