mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
parent
3b13012d1f
commit
b047023eee
@ -194,7 +194,7 @@ export CHROME_DEVEL_SANDBOX=/usr/local/sbin/chrome-devel-sandbox
|
|||||||
|
|
||||||
## Running Puppeteer on Travis CI
|
## Running Puppeteer on Travis CI
|
||||||
|
|
||||||
> 👋 We run our tests for Puppeteer on Travis CI - see our [`.travis.yml`](https://github.com/puppeteer/puppeteer/blob/main/.travis.yml) for reference.
|
> 👋 We ran our tests for Puppeteer on Travis CI until v6.0.0 (when we've migrated to GitHub Actions) - see our historical [`.travis.yml` (v5.5.0)](https://github.com/puppeteer/puppeteer/blob/v5.5.0/.travis.yml) for reference.
|
||||||
|
|
||||||
Tips-n-tricks:
|
Tips-n-tricks:
|
||||||
- [xvfb](https://en.wikipedia.org/wiki/Xvfb) service should be launched in order to run Chromium in non-headless mode
|
- [xvfb](https://en.wikipedia.org/wiki/Xvfb) service should be launched in order to run Chromium in non-headless mode
|
||||||
|
@ -31,7 +31,6 @@ yarn.lock
|
|||||||
.editorconfig
|
.editorconfig
|
||||||
.eslintignore
|
.eslintignore
|
||||||
.eslintrc.js
|
.eslintrc.js
|
||||||
.travis.yml
|
|
||||||
README.md
|
README.md
|
||||||
tsconfig.json
|
tsconfig.json
|
||||||
|
|
||||||
|
@ -129,7 +129,7 @@ async function run() {
|
|||||||
}
|
}
|
||||||
console.log(`${errors.length} failures, ${warnings.length} warnings.`);
|
console.log(`${errors.length} failures, ${warnings.length} warnings.`);
|
||||||
|
|
||||||
if (!clearExit && !process.env.TRAVIS)
|
if (!clearExit && !process.env.GITHUB_ACTIONS)
|
||||||
console.log(
|
console.log(
|
||||||
'\nIs your lib/ directory up to date? You might need to `npm run tsc`.\n'
|
'\nIs your lib/ directory up to date? You might need to `npm run tsc`.\n'
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user