Gleb Bahmutov
Gleb Bahmutov
Yeah i won’t have time to get to this, so PR to at least mention the workaround would be nice Sent from my iPhone > On Apr 29, 2020, at...
@artivilla why can't you use `"test:cypress:run": "server-test serve :3000 cy:run"`? Is it not responding? Maybe CRA app does not handle OPTIONS requests and instead you need to use `"test:cypress:run": "server-test...
@stoplion can you look at PR #185 and see if this matches your situation - I am testing there with `NODE_ENV=...` variable and it is set in the server process...
kind of missing details, can you run it in debug mode (see README)
Yeah seems something about it that wait-on does not recognize :( is this repo public so I can run it myself? Sent from my iPhone > On Mar 28, 2019,...
Can you paste the full output log? Did any of the cypress tests fail? Sent from my iPhone > On Mar 23, 2020, at 12:54, gowrishyadalam wrote: > > ...
hmm, let me check - it seems to be defined as a production dependency of `execa` ``` $ npm ls strip-final-newline [email protected] /Users/gleb/git/start-server-and-test └─┬ [email protected] └── [email protected] ``` I can...
also note: all top level dependencies are checked using a command ``` $ npm run deps > [email protected] deps /Users/gleb/git/start-server-and-test > deps-ok && dependency-check --no-dev . Success! All dependencies used...
yeah, I have noticed it too, not sure how fix this
Hard to say, I don't see why it fails...