From a2664b1580fa3453f6509fadceffe6c47dfb7db2 Mon Sep 17 00:00:00 2001 From: Arjun Attam Date: Mon, 27 Apr 2020 09:27:50 -0700 Subject: [PATCH] docs: update ci section in getting started --- docs/intro.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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).