Skip to content

Add helper functions to load test data from files.

Add some helper functions that load test data from CSV, JSON or Excel files, on disk or via URL.

Since this increases the risk of runtime errors (e.g. because the URL pointed to doesn't work), I also tried to improve the HTML report output in case the test suite fails to run. I don't think it needs to be much more clever; debugging the tests should be done on the command line.

This is how the report looks if there's an error: image

Edited by Johan Forsberg

Merge request reports

Loading