This repository has been archived by the owner. It is now read-only.
v2.0.0 pre-release
Pre-release
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