Skip to content

Try Playwright lets you execute and share Playwright scripts in your browser to get started with Playwright.

License

Notifications You must be signed in to change notification settings

nvborisenko/try-playwright

 
 

Repository files navigation

Try Playwright

CI Playwright version

Interactive playground for Playwright to run examples directly from your browser

Setting up a Try Playwright environment with k3s

curl -sfL https://get.k3s.io | INSTALL_K3S_EXEC="--disable traefik" sh -
apt update
apt install -y git
git clone https://github.com/mxschmitt/try-playwright.git
openssl req -x509 -nodes -days 730 -newkey rsa:2048 -keyout tls.key -out tls.crt -subj "/CN=try.playwright.tech/O=try.playwright.tech"
kubectl create secret tls try-playwright-cf-tls-cert --key=tls.key --cert=tls.crt
cd try-playwright
bash k8/generate.sh
kubectl apply -f k8/

For more information about the infrastructure and contributing, see here.

About

Try Playwright lets you execute and share Playwright scripts in your browser to get started with Playwright.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 44.9%
  • Go 29.0%
  • JavaScript 10.4%
  • Dockerfile 3.5%
  • Java 3.4%
  • Smarty 2.5%
  • Other 6.3%