kenhosr
kenhosr
### Description: * Fix https://github.com/pytest-dev/pytest-bdd/issues/234, add scenario.attach method * Added scenario.attach method, so that you can add comments and/or screenshots to the cucumber-report.json file, and then you can convert the...
Git commit version: 3be31fbf48fd5d34a617e067dce9c48d1a43908b Use attached file to reproduce. The csv file contains 1 column, with 2 records in total, besides the header row. There are line breaks within cell....
Git commit version: 3be31fb Currently, in the schema, we need to define every column, even when some columns we actually don't care, we still need to list them and associate...
Git commit version: 3be31fb Currently, to write a CSV Schema, we need to know exactly what are the column names and list them all in the CSV Schema file. Do...