- Updated .dockerignore and .gitignore to exclude Playwright-related files. - Added Playwright-Go dependency in go.mod and updated go.sum. - Implemented jsPlaywright function in js_api.go for browser-based requests. - Enhanced README.md to document the new Playwright functionality for plugins.
12 lines
117 B
Plaintext
12 lines
117 B
Plaintext
*.md
|
|
.git
|
|
.github/
|
|
.gitignore
|
|
.vscode/
|
|
downloads/
|
|
data/
|
|
cache/
|
|
docs/
|
|
config.example.toml
|
|
docker-compose.*
|
|
playwright/ |