Skip to content

v8.0.0-alpha.7

Pre-release
Pre-release
Compare
Choose a tag to compare
@dhis2-bot dhis2-bot released this 02 Jun 09:34
· 7 commits to alpha since this release

8.0.0-alpha.7 (2021-06-02)

Code Refactoring

  • drop the app-start flag (9674d87)
  • wait for baseUrl to become available (745194f)

BREAKING CHANGES

  • Drop the --waitOn flag
    As of now we wait on the baseUrl that is defined in cypress.json, as
    that is the URL that the tests are going to run against.
  • Drop support for the --appStart flag.
    As a consumer, you are expected to either use something like
    concurrently to run the app server and the cypress server in a single
    process, or run then manually in two separate processes. This is no
    longer done automatically.