You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/intro.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -71,4 +71,6 @@ Playwright scripts can be developed just like any other Node.js script. For exam
71
71
72
72
It is also possible to open **browser developer tools** during execution, to inspect the DOM tree or network activity.
73
73
74
-
## Deploying to CI
74
+
## Continuous Integration
75
+
76
+
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).
0 commit comments