-
Notifications
You must be signed in to change notification settings - Fork 3.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Show warning when running binary directly and not from NPM module #1573
Labels
cli
pkg/server
This is due to an issue in the packages/server directory
type: user experience
Improvements needed for UX
Comments
bahmutov
added a commit
that referenced
this issue
Apr 13, 2018
There's actually a PR open for this. Going to see if I can move it along. #1574 |
jennifer-shehane
added a commit
that referenced
this issue
Jul 12, 2019
Closing the old PR in favor of #4701 |
The code for this is done in cypress-io/cypress#4701, but has yet to be released. |
brian-mann
added a commit
that referenced
this issue
Jul 29, 2019
* commit previous changes made by @bahmutov for #1573 * Pass '--run-from-cli' flag through ping test in order to prevent warning from printing * woops, require 'argsUntil' * 'headed' was changed to 'interactiveMode' * fix duplicate misspelled require * tighten up args utils and cleanup decaf garbage * cleanup errors.log to take a cb and conditionally be async * remove extraneous --run-from-cli argument, consolidate to use --cli - update tests * fixes tests, ensure that record.createRun() always returns a promise * refactor tests to handle new errors.logException interface * make logException always return a promise, cleanup interface, add test * fix linting errors Co-authored-by: Brian Mann <brian.mann86@gmail.com>
Released in |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
cli
pkg/server
This is due to an issue in the packages/server directory
type: user experience
Improvements needed for UX
New feature
Cypress binary should not be executed directly - instead the user should run NPM module which collects all arguments and then calls the binary.
We can pass an argument from NPM package to the binary, and if this argument is missing, the binary can show a warning, for example
--run-from-cli
.From
#756 (comment)
The text was updated successfully, but these errors were encountered: