This repository has been archived by the owner. It is now read-only.
Commands for Mocks Server v2
Added
- feat: Add
mocksConfig,mocksSetMock,mocksUseRouteVariantandmocksRestoreRoutesVariantscommands - feat: Add support for environment variables
MOCKS_SERVER_ENABLED,MOCKS_SERVER_BASE_URLandMOCKS_SERVER_ADMIN_API_PATH(#3)
Changed
- feat: Rename
mocksServerSetBehaviorcommand tomocksSetBehavior - feat: Rename
mocksServerSetDelaycommand tomocksSetDelay - feat: Rename
mocksServerSetSettingscommand tomocksSetSettings - chore(deps): Update dependencies to mocks-server v2 compatible versions
- chore(deps): Update Cypress to v6 in tests
Removed
- feat: Remove
configmethod,cy.mocksConfigcommand should be used instead - test(e2e): Remove e2e tests using data-provider, as it does not concern to this package
Breaking changes
- Rename
mocksServerSetBehaviorcommand tomocksSetBehavior - Rename
mocksServerSetDelaycommand tomocksSetDelay - Rename
mocksServerSetSettingscommand tomocksSetSettings - Remove
configmethod,cy.mocksConfigcommand should be used instead