Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 318 Bytes

csv.md

File metadata and controls

11 lines (7 loc) · 318 Bytes

CSV Pipe

CSV Pipe saves test result as CSV file

🔌 To enable GitLab pipe set TESTOMATIO_CSV_FILENAME environment variable with the name of CSV file to save into

Add an env to run by specifying the TESTOMATIO_CSV_FILENAME variable.

TESTOMATIO_CSV_FILENAME="report.csv" <actual run command>