Git Product home page Git Product logo

iqbmo04 / try-playwright Goto Github PK

View Code? Open in Web Editor NEW

This project forked from mxschmitt/try-playwright

0.0 1.0 0.0 6.32 MB

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

Home Page: https://try.playwright.tech

License: MIT License

TypeScript 41.70% Dockerfile 3.75% HTML 1.02% JavaScript 8.10% CSS 1.32% Shell 2.01% Go 31.64% Smarty 2.75% C# 1.96% Java 3.81% Python 1.93%

try-playwright's Introduction

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="--no-deploy 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.

try-playwright's People

Contributors

mxschmitt avatar renovate[bot] avatar dependabot[bot] avatar arjunattam avatar dependabot-preview[bot] avatar rchkv avatar jperl avatar mmarkelov avatar yashkumarverma avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.