Open
Description
Describe the Bug
With default settings only, screenshots are saved to:
With property - imagesPath: './'
Steps to reproduce
Package.json
{
"name": "cy-cypress",
"type": "module",
"engines": {
"node": ">=18.16.0"
},
"dependencies": {
"@badeball/cypress-cucumber-preprocessor": "^18.0.1",
"@bahmutov/cypress-esbuild-preprocessor": "^2.2.0",
"@shelex/cypress-allure-plugin": "^2.40.0",
"cypress": "^12.15.0"
},
"devDependencies": {
"@frsource/cypress-plugin-visual-regression-diff": "^3.3.10",
"cypress-plugin-api": "^2.11.1",
"eslint": "^8.43.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^4.2.1",
"husky": "^8.0.3",
"lint-staged": "^13.2.2",
"prettier": "^2.8.8",
"puppeteer-core": "^20.7.3"
}
}
Was trying to run via cypress open and cypress run, in both cases I have issues with setting up a directory.
Expected behavior
Directory path set up with 'imagesDir' or 'imagesPath' should be interpreted in the right way.
Additional context
No response
Package version
latest
Device
PC
OS and version
Windows 11
Browser and version
Chrome (latest)
Node version
Node 21
I can work on it by myself
- Yes
- No
Code of Conduct
- I agree to follow this project's Code of Conduct