We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 475a177 commit 25962f6Copy full SHA for 25962f6
wordpress-official-starter/usage_scenario.yml
@@ -5,14 +5,14 @@ description: Simple Wordpress where just the Homepage with the install instructi
5
compose-file: !include compose.yml
6
7
services:
8
- gcb-puppeteer:
+ gcb-playwright:
9
image: greencoding/gcb_playwright:v16
10
networks:
11
- gcb-mariadb-wordpress-network
12
13
flow:
14
- name: Check Website
15
- container: gcb-puppeteer
+ container: gcb-playwright
16
commands:
17
- type: console
18
command: python3 /tmp/repo/wordpress-official-starter/playwright-flow.py
0 commit comments