New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

playwright-test

Package Overview
Dependencies
Maintainers
0
Versions
101
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

playwright-test - npm Package Versions

1345
11

14.0.0

Diff
hugomrdias
published 14.0.0 •

Changelog

Source

14.0.0 (2023-11-23)

⚠ BREAKING CHANGES

  • config function receives cli options and process.env.PW_TEST remove in favor of stringified process.env.PW_OPTIONS

Features

  • config function receives cli options and process.env.PW_TEST remove in favor of stringified process.env.PW_OPTIONS (6d6892f)

Bug Fixes

  • update playwright and lilconfig (0e40e69)
hugomrdias
published 13.0.1 •

Changelog

Source

13.0.1 (2023-11-17)

Bug Fixes

  • make skip and only also a suite (d7a5c41)
hugomrdias
published 13.0.0 •

Changelog

Source

13.0.0 (2023-11-13)

⚠ BREAKING CHANGES

  • before/after hooks receive the runner env instead of just the options.

Features

  • before/after hooks receive the runner env instead of just the options. (b392f7d)
hugomrdias
published 12.6.1 •

Changelog

Source

12.6.1 (2023-11-13)

Bug Fixes

  • avoid nodejs console.timeEnd warning (6cf6f6e)
hugomrdias
published 12.6.0 •

Changelog

Source

12.6.0 (2023-11-09)

Features

  • add support for .node files (67300ce)
hugomrdias
published 12.5.0 •

Changelog

Source

12.5.0 (2023-11-09)

Features

  • add server url to the client (454abec)
hugomrdias
published 12.4.3 •

Changelog

Source

12.4.3 (2023-10-19)

Bug Fixes

  • move client to src and export properly (6238117)
hugomrdias
published 12.4.2 •

Changelog

Source

12.4.2 (2023-10-19)

Bug Fixes

hugomrdias
published 12.4.1 •

Changelog

Source

12.4.1 (2023-10-19)

Bug Fixes

  • normalize logs and stop node run (4403489)
hugomrdias
published 12.4.0 •

Changelog

Source

12.4.0 (2023-10-17)

Features

  • added playwright/client to exposes browser context methods to the tests (7111801), closes #540
  • safer exit and logging (b3710e1)

Bug Fixes

  • skip before and after hooks when no tests (2c5ca4f)