Skip to content

playwright-test v7.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 13 Jul 13:01
36bc35a

⚠ BREAKING CHANGES

  • shouldn't break anything but a lot changed internally so to be same review your tests!

Features

  • new watcher and better sw (fbfd613)
    • the new watcher that actually works and keeps the watched files updated on every rerun
    • sw lifecycle improved to actually make sure its active before the tests run
    • debug mode manual refresh recompiles everything similar to watch mode

Bug Fixes

  • cli version read and catch cli action errors (db3709c)
    • its will catch and output more errors, no more silent fail when passing a esm config file 😱
  • remove debug output from internal tools (7f08409)
    • DEBUG=* pw-test test will not output debug logs from internal tools like playwright or mocha