Skip to content

Releases: dnotes/quickpickle

[email protected]

19 Oct 04:01
ec83987
Compare
Choose a tag to compare

Patch Changes

  • aa3d7f3: Added vitest as peer dependency

@quickpickle/[email protected]

19 Oct 04:01
ec83987
Compare
Choose a tag to compare

Patch Changes

@quickpickle/[email protected]

14 Oct 01:50
cd4dba3
Compare
Choose a tag to compare

Patch Changes

  • 24428ba: Reorganization of outcomes steps.

[email protected]

13 Oct 03:48
9c29b47
Compare
Choose a tag to compare

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]

13 Oct 03:48
9c29b47
Compare
Choose a tag to compare

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 steps

    test: 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]

10 Oct 08:20
0eff070
Compare
Choose a tag to compare

Patch Changes

  • b3f2ba4: Fixed config inheritance
  • 3eacaac: allow "exploding" tags (tags that make multiple tests for each combination)

@quickpickle/[email protected]

10 Oct 08:20
0eff070
Compare
Choose a tag to compare

Patch Changes

[email protected]

09 Oct 22:59
dae29b4
Compare
Choose a tag to compare

Patch Changes

  • e23b37b: Fixed types and config passing for vite plugin

[email protected]

09 Oct 06:11
65e5cc1
Compare
Choose a tag to compare

Minor Changes

  • 8f5f661: Release playwright extension, and many fixes to make it work.

@quickpickle/[email protected]

09 Oct 23:38
41889bb
Compare
Choose a tag to compare

Patch Changes

  • cf2fd4d: fixed worldConfig options headless and slowMo