Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Run specific tests using -PtestFiles and -PtestNames.
-PtestFiles
-PtestNames
.spec.js
.spec.ts
# Run basic.spec.js ./gradlew plugwrightTest -PtestFiles="basic" # Run files matching "basic" OR "commands" ./gradlew plugwrightTest -PtestFiles="basic,commands"
# Run tests containing "should connect" ./gradlew plugwrightTest -PtestNames="should connect" # Run tests matching "teleport" OR "spawn" ./gradlew plugwrightTest -PtestNames="teleport,spawn"
# Run "purchase" tests, but only inside "shop" files ./gradlew plugwrightTest -PtestFiles="shop" -PtestNames="purchase"
./gradlew plugwrightTest