Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 428 Bytes

NEWS.md

File metadata and controls

13 lines (7 loc) · 428 Bytes

pw (development version)

  • with_test_id() adds a data-testid attribute to a shiny tag. This is useful for testing with getByTestId in Playwright.

  • pw_show_report() can be called to open the test report

  • pw_codegen() can be called to launch the code generator

  • pw_test() stops if the playwright skeleton is missing

  • Functions to test if npx is in the PATH

  • Initial version with pw_init() & pw_test()