1
0
Fork
You've already forked playwright_presentation
0
No description
  • JavaScript 87.6%
  • Java 9%
  • Just 2%
  • HTML 1.4%
2025年06月22日 15:53:40 +02:00
my-app Finished content of presentation with all the examples 2025年06月22日 15:53:40 +02:00
src Finished content of presentation with all the examples 2025年06月22日 15:53:40 +02:00
static_serving Finished content of presentation with all the examples 2025年06月22日 15:53:40 +02:00
test_own_customer_server Finished content of presentation with all the examples 2025年06月22日 15:53:40 +02:00
tests Worked on presentation 2025年06月22日 01:58:20 +02:00
.gitignore Finished content of presentation with all the examples 2025年06月22日 15:53:40 +02:00
justfile Finished content of presentation with all the examples 2025年06月22日 15:53:40 +02:00
LICENSE Init 2025年06月21日 22:10:14 +02:00
package-lock.json Init 2025年06月21日 22:10:14 +02:00
package.json Init 2025年06月21日 22:10:14 +02:00
playwright.config.js Finished content of presentation with all the examples 2025年06月22日 15:53:40 +02:00
README.md Finished content of presentation with all the examples 2025年06月22日 15:53:40 +02:00

Purpose

Builds a presentation about an introduction about playwright

Need tools to build presentation

  • npx
  • npm
  • node

Optional

  • just for using the project provided commands
  • watchexec for watching
  • static-web-server for 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.