Skip to content

Releases: dhis2/cli-utils-cypress

v8.0.0-alpha.6

31 May 12:38
Compare
Choose a tag to compare
v8.0.0-alpha.6 Pre-release
Pre-release

8.0.0-alpha.6 (2021-05-31)

Bug Fixes

  • network-shim: ensure DHIS2_BASE_URL is available in localStorage (#214) (741ab4b)

v8.0.0-alpha.5

31 May 07:49
Compare
Choose a tag to compare
v8.0.0-alpha.5 Pre-release
Pre-release

8.0.0-alpha.5 (2021-05-31)

Bug Fixes

  • network-shim: use electron instead of chrome for runs (#213) (ae73686)

v8.0.0-alpha.4

27 May 15:35
Compare
Choose a tag to compare
v8.0.0-alpha.4 Pre-release
Pre-release

8.0.0-alpha.4 (2021-05-27)

Bug Fixes

  • network-shim: only incrementally update missing request stub state (#209) (e2ccea8)

v8.0.0-alpha.3

27 May 08:44
Compare
Choose a tag to compare
v8.0.0-alpha.3 Pre-release
Pre-release

8.0.0-alpha.3 (2021-05-27)

Bug Fixes

  • network-shim: report missing stubs if at least one is found (#208) (45b3331)

v8.0.0-alpha.2

27 May 08:24
Compare
Choose a tag to compare
v8.0.0-alpha.2 Pre-release
Pre-release

8.0.0-alpha.2 (2021-05-27)

Bug Fixes

v8.0.0-alpha.1

18 May 14:48
Compare
Choose a tag to compare
v8.0.0-alpha.1 Pre-release
Pre-release

8.0.0-alpha.1 (2021-05-18)

Bug Fixes

  • network-shim: ensure in-test fixtures are used instead of shim fixtures (#176) (84a1907)

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

10 Mar 10:02
Compare
Choose a tag to compare

7.0.1 (2021-03-10)

Bug Fixes

  • install: add imports to support file (#146) (410a33e)

v7.0.0

10 Feb 15:17
Compare
Choose a tag to compare

7.0.0 (2021-02-10)

Code Refactoring

  • make the network shim cypress-plugin based (#128) (3701dec)

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.

v6.0.1

10 Feb 11:02
Compare
Choose a tag to compare

6.0.1 (2021-02-10)

Bug Fixes

  • replace getfind mod: add checks to prevent crashes (#135) (07175fe)

v6.0.0

05 Feb 16:26
Compare
Choose a tag to compare

6.0.0 (2021-02-05)

Code Refactoring

  • get find commands: rename to get-/findWithDataTest [BREAKING CHANGE] (3b63762)

BREAKING CHANGES

  • get find commands: This removes overwriting the existing get and find
    commands. Instead new commands will be provided: getWIthDataTest and
    `findWIthDataTest