This repository has been archived by the owner. It is now read-only.
Releases: mocks-server/cypress-commands
Releases · mocks-server/cypress-commands
Support NodeJS v17
Changed
- chore(deps): BREAKING CHANGE - Update
@mocks-server/admin-api-client
to 4.0.0, so from now defaultMOCKS_SERVER_BASE_URL
ishttp://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
Added
- feat: Add Cypress v7.x to peerDependencies
- feat: Add node v16.x to engines
Changed
- Update dependencies
Commands for Mocks Server v2
Added
- feat: Add
mocksConfig
,mocksSetMock
,mocksUseRouteVariant
andmocksRestoreRoutesVariants
commands - feat: Add support for environment variables
MOCKS_SERVER_ENABLED
,MOCKS_SERVER_BASE_URL
andMOCKS_SERVER_ADMIN_API_PATH
(#3)
Changed
- feat: Rename
mocksServerSetBehavior
command tomocksSetBehavior
- feat: Rename
mocksServerSetDelay
command tomocksSetDelay
- feat: Rename
mocksServerSetSettings
command tomocksSetSettings
- 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 tomocksSetBehavior
- Rename
mocksServerSetDelay
command tomocksSetDelay
- Rename
mocksServerSetSettings
command tomocksSetSettings
- Remove
config
method,cy.mocksConfig
command should be used instead
v2.0.0 pre-release
Added
- feat: Add
mocksConfig
,mocksSetMock
,mocksUseRouteVariant
andmocksRestoreRoutesVariants
commands - feat: Add support for environment variables
MOCKS_SERVER_ENABLED
,MOCKS_SERVER_BASE_URL
andMOCKS_SERVER_ADMIN_API_PATH
(#3)
Changed
- feat: Rename
mocksServerSetBehavior
command tomocksSetBehavior
- feat: Rename
mocksServerSetDelay
command tomocksSetDelay
- feat: Rename
mocksServerSetSettings
command tomocksSetSettings
- 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 tomocksSetBehavior
- Rename
mocksServerSetDelay
command tomocksSetDelay
- Rename
mocksServerSetSettings
command tomocksSetSettings
- Remove
config
method,cy.mocksConfig
command should be used instead
Node v15.x support
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
Changed
- Update dependencies
Update dependencies
Changed
- chore(deps): Update dependencies
Update dependencies
Changed
- Update dependencies
Update dependencies
Changed
- chore(deps): Update dependencies
Update dependencies
Changed
- chore(deps): Add Cypress ^4.0.0 to peerDependencies
- chore(deps): Update dependencies