By default, this plugin will publish and map each test line in a TAP file to a test case in Testlab.
For example, when the tests are in a file named as "my-tests.tap" (Include TAP file name in mapping identifier: Yes, Include test number from mapping identifier: No) as:
1..2 ok 1 first test not ok 2 second test
.. the tests will be mapped in Testlab to test cases as:
When this option is checked, only the TAP file will be mapped to a test case in Testlab and each test line in the file will be imported as an execution step to these test cases. With the set up exampled above, the tests will be mapped in Testlab to test cases as:
.. and the execution steps of the test case will be overwritten with the test lines from the TAP file.
Please note, that