mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
```
require('playwright').chromium.launch(...)
window.playwrightweb.chromium.connect(...)
```
21 lines
445 B
Plaintext
21 lines
445 B
Plaintext
# this ignores everything by default, except for package.json and LICENSE and README.md
|
|
# see https://docs.npmjs.com/misc/developers
|
|
**/*
|
|
|
|
# include sources from lib except for injected, but not map files
|
|
!lib/**/*.js
|
|
# Injected files are included via lib/generated, see src/injected/README.md
|
|
lib/injected/
|
|
#types
|
|
!lib/**/*.d.ts
|
|
!index.d.ts
|
|
|
|
# Install
|
|
!install.js
|
|
|
|
# root for "playwright" package
|
|
!index.js
|
|
|
|
# root for "playwright/web"
|
|
!web.js
|