When I run my Automation runs it fails the tests I have CSV data involved
Our Framework is Java Selenium , in the root of the project we have a CSV file with thousands of product id’s . Some tests we go load up i.e 10 - 50 - 100 - 1000 pids into a scanner to process different collections with products. Works great to run the automation this way , but as soon as we push our code to the repo we have a few smoke tests that get fired and those tests has the csv data we mentioned above.
Those tests will fail because the runner outputs this message >
This is how the csv data looks like in the project >
-
- Gitlab runner outputs this message - Error reading products_xl.csv*
-
- Version Running with gitlab-runner 13.11.0 (7f7a4bb0)
Much appreciated for all help.
Best Regards
Johan