docs: update ci section in getting started
This commit is contained in:
parent
f386fa9415
commit
a2664b1580
|
|
@ -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).
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue