Current behavior:
When using .screenshot() in a test from the command line with yarn cypress run -s cypress/integration/visual-regression/test-urls.js, screenshots are saved to cypress/screenshots/visual-regression/test-urls.js/.
When using the same test from the app (cypress open), the screenshots are saved to cypress/screenshots/integration/visual-regression/test-urls.js/
Desired behavior:
Screenshots are saved to the same folders, no matter how the test is invoked
Versions
3.0.2, I guess this is introduced with #1826 / #1858
Current behavior:
When using .screenshot() in a test from the command line with
yarn cypress run -s cypress/integration/visual-regression/test-urls.js, screenshots are saved tocypress/screenshots/visual-regression/test-urls.js/.When using the same test from the app (
cypress open), the screenshots are saved tocypress/screenshots/integration/visual-regression/test-urls.js/Desired behavior:
Screenshots are saved to the same folders, no matter how the test is invoked
Versions
3.0.2, I guess this is introduced with #1826 / #1858