summaryrefslogtreecommitdiff
path: root/vendor/github.com/playwright-community/playwright-go/_config.yml
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2025-05-12 16:33:27 -0600
committermo khan <mo@mokhan.ca>2025-05-12 16:33:27 -0600
commit29b59441a4bbada64d8d07bd2609f15dfde670e5 (patch)
tree3b3583edb261279cfcdfd9eed904d118c4bf67b1 /vendor/github.com/playwright-community/playwright-go/_config.yml
parent78ccd9a4312eab7e11da4413733a12953f88a4fe (diff)
test: remove UI tests
Diffstat (limited to 'vendor/github.com/playwright-community/playwright-go/_config.yml')
-rw-r--r--vendor/github.com/playwright-community/playwright-go/_config.yml21
1 files changed, 0 insertions, 21 deletions
diff --git a/vendor/github.com/playwright-community/playwright-go/_config.yml b/vendor/github.com/playwright-community/playwright-go/_config.yml
deleted file mode 100644
index 15ec3b2..0000000
--- a/vendor/github.com/playwright-community/playwright-go/_config.yml
+++ /dev/null
@@ -1,21 +0,0 @@
-title: Playwright for Go
-email: max@schmitt.mx
-description: >- # this means to ignore newlines until "baseurl:"
- Playwright is a Node.js library to automate Chromium, Firefox and WebKit with a single API.
- Playwright is built to enable cross-browser web automation that is ever-green, capable, reliable and fast.
-baseurl: "/playwright-go"
-url: "https://playwright-community.github.io/"
-twitter_username: maxibanki
-github_username: playwright-community
-remote_theme: pages-themes/cayman@v0.2.0
-plugins:
- - jekyll-remote-theme
- - jekyll-optional-front-matter
- - jekyll-readme-index
-exclude:
- - playwright/
-defaults:
- - scope:
- path: "" # an empty string here means all files in the project
- values:
- layout: "default"