This commit is contained in:
Bruno Borges 2021-11-24 14:27:17 -08:00 коммит произвёл GitHub
Родитель c382adaa89
Коммит 0ee7f5ead2
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 8 добавлений и 2 удалений

Просмотреть файл

@ -34,9 +34,15 @@ To start a Minecraft Java Server using JBang, follow these steps:
Once you start the server, a `server.properties` file will be created for further customizations. [Learn more](https://help.minecraft.net/hc/en-us/articles/360058525452-How-to-Setup-a-Minecraft-Java-Edition-Server).
## Playwright
## [Playwright](https://playwright.dev/java/)
TODO
Playwright for JBang is a wrapper for the [Playwright Java CLI](https://playwright.dev/java/docs/cli).
Here's an example of how to generate a sample Playwright script:
```bash
$ jbang playwright@microsoft codegen -o Example.java
```
## Azure Application Insights