Skip to main content

@mocky-balboa/playwright

2.0.2

Patch Changes

2.0.1

Patch Changes

2.0.0

Major Changes

  • d326511: - Client side mocking now part of default behaviour. See @mocky-balboa/[email protected] for changes there.

    • Ability to use import test from "@mocky-balboa/playwright/test" to directly access client instances on test object:

      import test from "@mocky-balboa/playwright/test";

      test("my test", ({ mocky }) => {
      mocky
      .route
      //...
      ();
      });

    BREAKING CHANGES

    • Behaviour of mocking has changed from server only to both client and server side mocking

Patch Changes

1.0.8

Patch Changes

1.0.7

Patch Changes

1.0.6

Patch Changes

1.0.5

Patch Changes

  • 247b01c: Updated types output on build, added new quiet CLI option for Next.js integration, added new Vite package for vite plugin
  • Updated dependencies [247b01c]

1.0.4

Patch Changes

1.0.3

Patch Changes

1.0.2

Patch Changes

1.0.1

Patch Changes

  • be8d396: # Initial release

    This is the first official release of the mocky-balboa packages at launch.

  • Updated dependencies [be8d396]