You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
expected behaviour: Application is started and cypress runs tests.
actual behaviour: The following error is shown.
Error: expected <NPM script name that starts server> <url or port> <NPM script name that runs tests>
example: start-test start 8080 test
see https://github.com/bahmutov/start-server-and-test#use
at lazyAssLogic (C:\Projects\React Starter\node_modules\lazy-ass\index.js:110:14)
at lazyAss (C:\Projects\React Starter\node_modules\lazy-ass\index.js:115:28)
at Object.getArguments (C:\Projects\React Starter\node_modules\start-server-and-test\src\utils.js:51:5)
at Object.<anonymous> (C:\Projects\React Starter\node_modules\start-server-and-test\src\bin\start.js:10:22)
at Module._compile (internal/modules/cjs/loader.js:1063:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:1092:10)
at Module.load (internal/modules/cjs/loader.js:928:32)
at Function.Module._load (internal/modules/cjs/loader.js:769:14)
at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:72:12)
at internal/main/run_main_module.js:17:47
error Command failed with exit code 1.
The text was updated successfully, but these errors were encountered:
Hi,
with the following configuration, start-server-and-test isn't able to run (maybe even parse arguments).
The text was updated successfully, but these errors were encountered: