Files
commafeed/commafeed-server/playwright_code_generator.sh

3 lines
137 B
Bash
Raw Permalink Normal View History

2025-03-10 08:38:21 +01:00
#!/bin/sh
2022-08-13 13:00:23 +02:00
mvn exec:java -e -Dexec.classpathScope=test -Dexec.mainClass=com.microsoft.playwright.CLI -Dexec.args="codegen localhost:8082"