Skip to content
This repository has been archived by the owner. It is now read-only.

Releases: mocks-server/cypress-commands

Support NodeJS v17

05 Dec 11:03
bfd690f
Compare
Choose a tag to compare

Changed

  • chore(deps): BREAKING CHANGE - Update @mocks-server/admin-api-client to 4.0.0, so from now default MOCKS_SERVER_BASE_URL is http://127.0.0.1:3100
  • chore: Support any NodeJs version >=12.0.0
  • chore: Run tests also in NodeJs 17 in pipelines. Remove tests execution using NodeJs 15
  • chore: Update devDependencies

Fixed

  • docs: Remove broken npm dependencies badge

Cypress v7. Node.js v16

29 May 06:32
2683a2d
Compare
Choose a tag to compare

Added

  • feat: Add Cypress v7.x to peerDependencies
  • feat: Add node v16.x to engines

Changed

  • Update dependencies

Commands for Mocks Server v2

17 Feb 19:14
cbf22f1
Compare
Choose a tag to compare

Added

  • feat: Add mocksConfig, mocksSetMock, mocksUseRouteVariant and mocksRestoreRoutesVariants commands
  • feat: Add support for environment variables MOCKS_SERVER_ENABLED, MOCKS_SERVER_BASE_URL and MOCKS_SERVER_ADMIN_API_PATH (#3)

Changed

  • feat: Rename mocksServerSetBehavior command to mocksSetBehavior
  • feat: Rename mocksServerSetDelay command to mocksSetDelay
  • feat: Rename mocksServerSetSettings command to mocksSetSettings
  • chore(deps): Update dependencies to mocks-server v2 compatible versions
  • chore(deps): Update Cypress to v6 in tests

Removed

  • feat: Remove config method, cy.mocksConfig command should be used instead
  • test(e2e): Remove e2e tests using data-provider, as it does not concern to this package

Breaking changes

  • Rename mocksServerSetBehavior command to mocksSetBehavior
  • Rename mocksServerSetDelay command to mocksSetDelay
  • Rename mocksServerSetSettings command to mocksSetSettings
  • Remove config method, cy.mocksConfig command should be used instead

v2.0.0 pre-release

16 Feb 19:47
faadeb0
Compare
Choose a tag to compare
v2.0.0 pre-release Pre-release
Pre-release

Added

  • feat: Add mocksConfig, mocksSetMock, mocksUseRouteVariant and mocksRestoreRoutesVariants commands
  • feat: Add support for environment variables MOCKS_SERVER_ENABLED, MOCKS_SERVER_BASE_URL and MOCKS_SERVER_ADMIN_API_PATH (#3)

Changed

  • feat: Rename mocksServerSetBehavior command to mocksSetBehavior
  • feat: Rename mocksServerSetDelay command to mocksSetDelay
  • feat: Rename mocksServerSetSettings command to mocksSetSettings
  • chore(deps): Update dependencies to mocks-server v2 compatible versions

Removed

  • feat: Remove config method, cy.mocksConfig command should be used instead
  • test(e2e): Remove e2e tests using data-provider, as it does not concern to this package

Breaking changes

  • Rename mocksServerSetBehavior command to mocksSetBehavior
  • Rename mocksServerSetDelay command to mocksSetDelay
  • Rename mocksServerSetSettings command to mocksSetSettings
  • Remove config method, cy.mocksConfig command should be used instead

Node v15.x support

21 Dec 10:47
7ca4cf9
Compare
Choose a tag to compare

Added

  • chore(deps): Add support for Node.js v15.x
  • chore(deps): Support Cypress v6.x

Changed

  • chore(ci): Migrate from Travis CI to github actions

Update dependencies

28 Oct 18:06
ec67961
Compare
Choose a tag to compare

Changed

  • Update dependencies

Update dependencies

14 Jun 17:09
f41e209
Compare
Choose a tag to compare

Changed

  • chore(deps): Update dependencies

Update dependencies

10 Apr 08:31
defd015
Compare
Choose a tag to compare

Changed

  • Update dependencies

Update dependencies

22 Mar 10:51
00e4f2b
Compare
Choose a tag to compare

Changed

  • chore(deps): Update dependencies

Update dependencies

01 Mar 11:24
7bbd3d7
Compare
Choose a tag to compare

Changed

  • chore(deps): Add Cypress ^4.0.0 to peerDependencies
  • chore(deps): Update dependencies