1.0.9 • Published 2 years ago

playwright.testing.template v1.0.9

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

Playwright test framework boilerplate

A boilerplate template for a Playwright test framework to API and E2E test an application.

Get Started

Coming soon tm

API Tests

Coming soon tm

UI Tests

Coming soon tm

Issues

Coming soon tm

  • The package.json in our package has a dependency version, should we change this to use latest?
    • fine to do that as can be justified by needing latest browser support via PW
  • The target project's package.json will not contain our script entries. Should we modify the target's package.json so it does? Seems intruisive.
    • Could just have the instructions in the readme.
    • A: As long as they are custom scripts as they won't override standard scripts that a user might need. In addition find to override as that provides a better experience if there are breaking changes that need updating in the script
  • Need to test what happens when you update the package within a project, does it override existing files? How to approach this if it does.
    • A: Might be better to leave files that shouldn't be modified in the node folder.
  • Have to test and make sure this will still run in a pipeline, concern is that the browsers might not be installed as part of Playwright
    • Pending
1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago