diff --git a/docs/intro.md b/docs/intro.md index 6130e444e0..fffb2c4688 100644 --- a/docs/intro.md +++ b/docs/intro.md @@ -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. -## 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).