3ed2f6b0ac
We don't support it and v3 shipped without including puppeteer-web in the browser. People are welcome to manually use Browserify to try to get Puppeteer running in a browser but it ultimately isn't our primary focus right now. Getting puppeteer-core able to run in a browser is something we'll be looking at in the future so we'll revisit this soon.
7 lines
98 B
Bash
Executable File
7 lines
98 B
Bash
Executable File
#!/usr/bin/env sh
|
|
|
|
npm run lint &&
|
|
npm run coverage &&
|
|
npm run test-doclint &&
|
|
npm run test-types
|