@mocky-balboa/playwright
2.0.0
Major Changes
-
d326511: - Client side mocking now part of default behaviour. See @mocky-balboa/client@2.0.0 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
- 98b6b11: GitHub releases now part of release pipeline. This is the first release in GitHub releases for this package. See the packages CHANGELOG.md for packages full history.
- Updated dependencies [98b6b11]
1.0.7
Patch Changes
- 563d332: Updated docs for server support list
- Updated dependencies [563d332]
- @mocky-balboa/client@1.1.3
- @mocky-balboa/logger@1.0.5
1.0.6
Patch Changes
- @mocky-balboa/client@1.1.2
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]
- @mocky-balboa/client@1.1.1
- @mocky-balboa/logger@1.0.4
1.0.4
Patch Changes
- Updated dependencies [bd1a3ad]
- @mocky-balboa/client@1.1.0
1.0.3
Patch Changes
- @mocky-balboa/client@1.0.4
1.0.2
Patch Changes
- c47c920: Updated package documentation
- Updated dependencies [c47c920]
- @mocky-balboa/client@1.0.3
- @mocky-balboa/logger@1.0.3
1.0.1
Patch Changes
-
be8d396: # Initial release
This is the first official release of the mocky-balboa packages at launch.
-
Updated dependencies [be8d396]
- @mocky-balboa/client@1.0.2
- @mocky-balboa/logger@1.0.2