Releases: dhis2/cli-utils-cypress
Releases · dhis2/cli-utils-cypress
v8.0.0-alpha.6
8.0.0-alpha.6 (2021-05-31)
Bug Fixes
v8.0.0-alpha.5
8.0.0-alpha.5 (2021-05-31)
Bug Fixes
v8.0.0-alpha.4
8.0.0-alpha.4 (2021-05-27)
Bug Fixes
v8.0.0-alpha.3
8.0.0-alpha.3 (2021-05-27)
Bug Fixes
v8.0.0-alpha.2
v8.0.0-alpha.1
8.0.0-alpha.1 (2021-05-18)
Bug Fixes
BREAKING CHANGES
-
network-shim: bumps cypress 1 major version, to v7
-
fix(network-shim): filter request and response headers properties
This was planned anyway to keep fixtures stable.
But also turned out to be required due to a bug:
cypress-io/cypress#16420
-
fix(network-shim): disable auto-login during stub run
-
fix(network-shim): add 'system/info' resource to static resources list
-
feat(network-shim): run tests suite on CI
-
docs(network-shim): add info about the network-shim test suite
-
chore(network-shim): add command to locally run full e2e suite
-
docs(network-shim): add info reg troubleshooting and local full test run
-
chore(cy local): run build command before cypress commands
Co-authored-by: Jan-Gerke Salomon [email protected]
v7.0.1
v7.0.0
7.0.0 (2021-02-10)
Code Refactoring
BREAKING CHANGES
- To use the network-shim's functionality the project will need to use the new network shim plugin on top of the existing enableNetworkShim setup. Also, the network shim options (an object with hosts and staticResources) need to be passed to the networkShim plugin, the enableNetworkShim setup doesn't accept any arguments anymore.