mirror of
https://github.com/microsoft/playwright.git
synced 2024-12-15 14:11:50 +03:00
b388722777
``` 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
|