robotframework-datadriver icon indicating copy to clipboard operation
robotframework-datadriver copied to clipboard

Library to provide Data-Driven testing with CSV tables to Robot Framework

Results 14 robotframework-datadriver issues
Sort by recently updated
recently updated
newest added

I have 10k test cases in excel and used Data driver test template with optimize_pabot=Binary. Am using pabot for parallel execution with 10 processes but in the result I see...

Hello, I have tried to execute my data-driven(xlsx) test case (25 processes) using [this guidence](https://github.com/Snooz82/robotframework-datadriver#pabot-and-datadriver). When I try to run `pabot --testlevelsplit --pabotlib (...)` open the same test case 12...

Hi I have a Keyword template with dictionary args I would like to use in non-data-driven tests, too. In my keyword I defined the dictionary type input arg as ${inputs}...

Hello, When using a test template such as: ``` *** Test Cases *** Some Test ${param1} ${param2} ... [Documentation] Some documentation for the test. ``` The documentation is not shown...

This PR would allow having `[Tags]` or `[Documentation]` columns as a first column in the data source.

Hello, With the latest update I'm having issue to rerun failed test cases in parallel with pabot. I have an Excel sheet that contains 450 test cases and I'm using...

Subclassing DataDriver when there is a need to use a custom reader_class is somewhat cumbersome at the moment since the __init__ of DataDriver will try to resolve the reader_class based...

Just imagine having to type this: robot --variable "DYNAMICTESTS:MyDataDrivenTestSuiteWithParticularlyLongName.0101|MyDataDrivenTestSuiteWithParticularlyLongName.0102|MyDataDrivenTestSuiteWithParticularlyLongName.0103" MyDataDrivenTestSuiteWithParticularlyLongName.robot Yeah you can copy'n'paste, but in a real world example you would want to copy'n'paste the test names as well,...

Hi all I'm the first time to use datedirver testing mode, and I have used robot framework a few time. my current requirements is not get testcases from csv/xsl file,...

### Test: ``` *** Settings *** Library String Library DataDriver Test Template Verify Pwd Length Default Tags RegressionTest SmokeTest foo noTestShallBeRun *** Test Cases *** Login with user '${username}' and...