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
npm test --forceExit --runInBand --
--ENV_TO_CHECK=<LOCAL> --BUILD_NUMBER=<BUILD_NUMBER><SPEC> --CHECK=<UI> --SCREENSHOT=<SCREENSHOT> --debug
<LOCAL> - local environment (options: LOCAL DEV STAGE PROD)
<BUILD_NUMBER> - specifies folder for output
<SPEC> - specifies filename pattern to run
options:
- TEST - all patterns are executed
- SPEC UI PERF - only files with those names are executed
- API - pattern for files: api rest soap
<UI> - specifies how to check, preconditions are different
for example, 'UI' is executed with browser, when API does not
options: 'UI', 'API', 'REST', 'SOAP', 'SPEC', 'PERF', 'TEST'<SCREENSHOT> - specifies whether to make screenshots
--debug - run non-headless