No description
| my-app | Finished content of presentation with all the examples | |
| src | Finished content of presentation with all the examples | |
| static_serving | Finished content of presentation with all the examples | |
| test_own_customer_server | Finished content of presentation with all the examples | |
| tests | Worked on presentation | |
| .gitignore | Finished content of presentation with all the examples | |
| justfile | Finished content of presentation with all the examples | |
| LICENSE | Init | |
| package-lock.json | Init | |
| package.json | Init | |
| playwright.config.js | Finished content of presentation with all the examples | |
| README.md | Finished content of presentation with all the examples | |
Purpose
Builds a presentation about an introduction about playwright
Need tools to build presentation
- npx
- npm
- node
Optional
justfor using the project provided commandswatchexecfor watchingstatic-web-serverfor server custom static server
How to build presentation
just make
Other commands
List all possible actions
just -l
Run local static server for examples of test against own server
just serve
Execute playwright script as Java standalone App
just java_test_app
Run playwright in unit tests via junit
just java_test
License
This project is licensed under MIT. See this file for more details.