Releases: dnotes/quickpickle
[email protected]
Patch Changes
- aa3d7f3: Added vitest as peer dependency
@quickpickle/[email protected]
@quickpickle/[email protected]
Patch Changes
- 24428ba: Reorganization of outcomes steps.
[email protected]
Patch Changes
-
ed86abd: feat(main): changes for playwright completion
feat: added tagsMatch to default world object
feat: added index for "exploded" tags as decimal on info.line
test: updated tests for decimal line numbers
fix: fixed circular dependency between index.ts and render.ts
@quickpickle/[email protected]
Patch Changes
-
120d2eb: feat(playwright): file loading, snapshots, and browsers (oh my!)
feat: added basic visual regression testing
feat: added choice of browser: chromium, firefox, webkit
feat: added options: - host: the base url host - port: the base url port - screenshotDir: the directory for sceenshots - nojsTags: tags to start the browser without js - showBrowserTags: tags to show a browser for that test - slowMoTags: tags to run that test with slowMo enabled - slowMoMs: number of milliseconds to run slowMo
feat: added world.baseUrl getter
fix: remove timeouts for all step defintions (use slowmo instead)
fix: fixed expression for outcome step "I should see {string} element with {string}"
feat: added outcome step "the user agent should contain/be {string}"
feat: added outcome step "the screenshot should match"
feat: added outcome step "the screenshot {string} should match"
fix: make the action steps for navigation respect the config
feat: added action step "I load the file {string}"
fix: fixed the screenshot stepstest: added test html files for faster loading
test: removed old tests dependent on internet
test: tests for concurrent testing in different browsers
test: tests for showing brorwser and slowmo
test: tests for visual regression testing -
Updated dependencies [ed86abd]
[email protected]
@quickpickle/[email protected]
[email protected]
Patch Changes
- e23b37b: Fixed types and config passing for vite plugin
[email protected]
Minor Changes
- 8f5f661: Release playwright extension, and many fixes to make it work.
@quickpickle/[email protected]
Patch Changes
- cf2fd4d: fixed worldConfig options headless and slowMo