Skip to content
This repository was archived by the owner on Jul 27, 2026. It is now read-only.

File and Status variant handlers. Cypress commands

Choose a tag to compare

@javierbrea javierbrea released this 04 Aug 10:22
· 135 commits to master since this release
4058ecf

main [3.8.0]

Changed

  • chore(deps): Update core dependency to v3.8.0

core [3.8.0]

Added

  • feat(#389): Add "status" Variant Handler
  • feat(#388): Add "file" Variant Handler

cypress-commands [6.0.0]

Added

  • feat(#229): Support managing multiple Mocks Servers allowing to create multiple ApiClients
  • feat(#229): Export MocksServerApiClient class for creating api clients
  • feat(#230): Add Cypress logs when running commands and MOCKS_SERVER_LOGS environment variable for disabling them

Changed

  • feat: BREAKING CHANGE. Export register method for registering commands.
  • refactor: Migrate to TypeScript

admin-api-client [6.1.0]

Added

  • feat: Export AdminApiClient class allowing to create clients.

Changed

  • refactor: Migrate to TypeScript
  • refactor: Add class allowing to create multiple clients. Keep global client methods creating a default client and exporting its methods.
  • refactor: Use default host and port values from @mocks-server/admin-api-paths

admin-api-client-data-provider [6.0.1]

Changed

  • refactor: Use default host and port values from @mocks-server/admin-api-paths

admin-api-paths [4.1.0]

Added

  • feat: Add DEFAULT_PORT, DEFAULT_HOST, DEFAULT_CLIENT_HOST and DEFAULT_PROTOCOL constants
  • docs: Add installation chapter

Changed

  • refactor: Migrate to TypeScript

plugin-admin-api [3.3.1]

Changed

  • refactor: Use default host and port values from @mocks-server/admin-api-paths