environment variable not accessible
Open
- Dominant language
- JavaScript
- Stars
- 2k
- Forks
- 87
- PR merge metrics
- No merged PRs in 30d
Description
`wait-on https-get://$DEMO_URL && npm run cypress run`
Is there any way I can pass/substitute environment variable in the url
I want to run this in different environment
it si stuck forever
`> wait-on https-get://$DEMO_URL && npm run cypress run`
Contributor guide
No contributing guide indexed for this repository
Research direction
Reproduce the reported `wait-on https-get://$DEMO_URL && npm run cypress run` command with an environment variable, then trace how the CLI receives and parses the URL. Done means the variable is substituted for the URL and the command no longer waits indefinitely; the payload names no specific files or tests to run.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, node.js
- Domain
- cli
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100