Allow passing the URL of an existing instance to stripes test nightmare to run tests against an existing instance of FOLIO. When the URL is provided, Stripes-CLI will not build and serve the platform and only run the tests.
When stripes test nightmare is given a --url option, the CLI will now bypass building and serving of a new webpack bundle and run tests against the provided URL directly. This becomes the same --url that gets passed to ui-testing.
Allow passing the URL of an existing instance to
stripes test nightmare
to run tests against an existing instance of FOLIO. When the URL is provided, Stripes-CLI will not build and serve the platform and only run the tests.