cypress-failed-log
cypress-failed-log copied to clipboard
How do you specify the directory the generated files go in?
I'd like to put the outputted json files in a folder adjacent to cypress/screenshots, ex. cypress/failure-logs, so that I can upload them in my CI system on failure, and ignore them easily using git when running locally.
How can I specify a target directory to use instead of the package.json root directory?
Thank you for creating this!
I have started using this and also want to be able to move these logs. Our use case is that we store all of our tests in a tests directory, so we have all the other cypress files in tests/cypress/* and were able to specify those in the cypress.json file.