Andrei Sirotin
Andrei Sirotin
``` C:\~directory~>set DEBUG=start-server-and-test C:\~directory~>npm run cy:test > [email protected] cy:test C:~directory~ > start-server-and-test cy:start http-get://localhost:3000/ cy:run starting server using command "npm run cy:start" and when url "http-get://localhost:3000/" is responding running tests...
unfortunately not :/
but could we find another way?
@mpacary tried it but didn't work
oh damn, I tried that env variable set to 0 and it works :D thanks
nvm, it worked once. after that "anomaly" it's not working again and I'm using https-get
I'm using win 10 and I just search for "Edit environment variables for your account" and add it there like so  I tried 4 ways with https-get, http-get and...
okay, when I write `set START_SERVER_AND_TEST_INSECURE=1` before I start testing, it works :) how to make it run through npm without having to write it every time? (edit: you mentioned...
just discovered prisma and it looks really interesting, would love to use it as an alternative to TypeORM.
I also noticed this and started digging around what might cause it. would be nice if this thing had a flag or something. after some more digging, I came to...