We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
bug report
patched package a bit to show debug info
and ran this
npx cross-env FOO=bar start-server-and-test webpack-dev-server http://localhost:9876 karma:test --log-level=DEBUG
got this error
npx cross-env FOO=bar start-server-and-test webpack-dev-server http://localhost:9876 karma:test --log-level=DEBUG start-server-and-test: args.length -> 4 ----------- start dump args -------------- [ 'webpack-dev-server', 'http://localhost:9876', 'karma:test', '--log-level=DEBUG' ] ----------- done dump args -------------- /Users/colch/Documents/Workspace/HelloWorldGreeterEnterprise/node_modules/lazy-ass/index.js:117 throw err; ^ Error: expect: <start script name> <url> <test script name> at lazyAssLogic (/Users/colch/Documents/Workspace/HelloWorldGreeterEnterprise/node_modules/lazy-ass/index.js:110:14) at lazyAss (/Users/colch/Documents/Workspace/HelloWorldGreeterEnterprise/node_modules/lazy-ass/index.js:115:28) at Object.<anonymous> (/Users/colch/Documents/Workspace/HelloWorldGreeterEnterprise/node_modules/start-server-and-test/bin/start.js:36:3) at Module._compile (internal/modules/cjs/loader.js:689:30) at Object.Module._extensions..js (internal/modules/cjs/loader.js:700:10) at Module.load (internal/modules/cjs/loader.js:599:32) at tryModuleLoad (internal/modules/cjs/loader.js:538:12) at Function.Module._load (internal/modules/cjs/loader.js:530:3) at Function.Module.runMain (internal/modules/cjs/loader.js:742:12) at startup (internal/bootstrap/node.js:283:19) at bootstrapNodeJSCore (internal/bootstrap/node.js:743:3)
package now allows to specify things and forces me to wrap everything :(
BTW do you need help with fix?
The text was updated successfully, but these errors were encountered:
This utility does not allow passing arguments to the server or to the test script yet, see #88
Sorry, something went wrong.
Ok thank you. Closing in flavor of #88
No branches or pull requests
Is this a bug report or a feature request?
bug report
info
patched package a bit to show debug info
and ran this
got this error
package now allows to specify things and forces me to wrap everything :(
BTW do you need help with fix?
The text was updated successfully, but these errors were encountered: