Skip to content

usingthesystem/try-playwright-codespaces

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Use Playwright in Codespaces

This repo is configured with devcontainer.json to run Playwright on Chromium, Firefox and WebKit inside GitHub Codespaces.

Usage

To run browsers in headless mode, run the script with Node.js

node index.js

To run browsers in headful mode, use xfvb (pre-installed)

/usr/bin/xfvb-run --auto-servernum -- node index.js

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%