Open MahdiMhqq opened 2 years ago
I'd like to bump this as a major problem, with some details explained here
Hi, check #927, there's a fix for this particular issue (also, use the fix from #837).
However, watch mode still fails for me most of the times. I'll try to create a reproducible issue.
hi guys. thanks for such a great job! I'm working on an NFT marketplace project and I need to write some E2E tests for different parts of the application. So, after searching I ran into your wrapper and started to use it.
Now I have problems running the wrapper within watch mode. Yes I know The docs say
(maybe bugged in some cases because it doesn't clear metamask state before each e2e test, please use synpress run)
but this isn't run AT ALL! not with some bugs! also, running each test completely withnpm run test
is really time-consuming process.PROBLEM DESCRIPTION: When I run
npm run test
(PLEASE CHECK THE PACKAGE.JSON FILE BELOW) everything works as expected. But when I want to run a particular test (let's say test.spec.js file) in cypress windows, chrome test window freezes with the following error:Can you please help me to speed up my development speed by running watch mode?
here is a complete description of The problem:
Folder structure of the project:
config files: synpress.json
packages.json
.eslintrc.js in the cypress folder
module.exports = { extends:
${synpressPath}/.eslintrc.js
, };