Update docs/troubleshooting.md

Co-Authored-By: Arjun Attam <arjunattam@gmail.com>
This commit is contained in:
Joel Einbinder 2020-01-23 14:54:30 -08:00 committed by GitHub
parent ce04f0835b
commit d31450f9c8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -181,7 +181,7 @@ export CHROME_DEVEL_SANDBOX=/usr/local/sbin/chrome-devel-sandbox
### Running Playwright on Travis CI ### Running Playwright on Travis CI
> 👋 We run our tests for Playwright on Travis CI - see our [`.travis.yml`](https://github.com/playwright/playwright/blob/master/.travis.yml) for reference. > 👋 We run our tests for Playwright on Travis CI - see our [`.travis.yml`](https://github.com/microsoft/playwright/blob/master/.travis.yml) for reference.
Tips-n-tricks: Tips-n-tricks:
- The `libnss3` package must be installed in order to run Chromium on Ubuntu Trusty - The `libnss3` package must be installed in order to run Chromium on Ubuntu Trusty
@ -290,4 +290,4 @@ await page.evaluate(`(async() => {
# Please file an issue # Please file an issue
Playwright is a new project, and we are watching the issues very closely. As we solve common issues, this document will grow to include the common answers. Playwright is a new project, and we are watching the issues very closely. As we solve common issues, this document will grow to include the common answers.