docs: update ci section in getting started

This commit is contained in:
Arjun Attam 2020-04-27 09:27:50 -07:00 committed by GitHub
parent f386fa9415
commit a2664b1580
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -71,4 +71,6 @@ Playwright scripts can be developed just like any other Node.js script. For exam
It is also possible to open **browser developer tools** during execution, to inspect the DOM tree or network activity. It is also possible to open **browser developer tools** during execution, to inspect the DOM tree or network activity.
## Deploying to CI ## Continuous Integration
Playwright tests can be executed on Continuous Integration (CI) environments. Learn about the Playwright GitHub Action and sample Docker configuration in [the Continuous Integration section](ci.md).