Open
Description
Thank you for taking time to open a new issue. Please answer a few questions to help us fix it faster. You can delete text that is irrelevant to the issue.
Is this a bug report or a feature request?
Version
"start-server-and-test": "^1.9.0"
"cypress": "^3.2.0",
Platform
macOs High Sierra - Version 10.13.6
I am using create-react-app and I am running my development webpack server in https.
So running npm run cypress:open
, I would expect
- My application to run in https://localhost:3000
- Once the server is up, the cypress launcher to run on it.
Only the first step happens, cypress launcher is not opening up.
This is my scripts config in package.json.
"scripts": {
"watch-css": "npm run build-css && node-sass-chokidar --include-path ./src --include-path ./node_modules src/ -o src/ --watch --recursive",
"start-js": "export HTTPS=true&&react-scripts start",
"start": "npm-run-all -p watch-css start-js",
"cy:open": "cypress open",
"cypress:open": "start-server-and-test start http-get://localhost:3000 cy:open"
},
I am facing this issue only for https, not http.
Metadata
Assignees
Labels
No labels