-
Notifications
You must be signed in to change notification settings - Fork 0
/
usage_scenario_michaelkors.de.yml
43 lines (38 loc) · 1.13 KB
/
usage_scenario_michaelkors.de.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
---
name: The Guardian Website Test
author: Arne Tarara <[email protected]>
description: Opens the michaelkors.de page, waits for full load
sci:
R_d: Website load
services:
gcb-playwright:
image: greencoding/gcb_playwright:v6
# volumes:
# - /tmp/.X11-unix:/tmp/.X11-unix # for debugging in non-headless mode
environment:
DISPLAY: ":0" # for debugging in non-headless mode
flow:
- name: Idle Browser
container: gcb-playwright
commands:
- type: console
command: python3 /tmp/repo/visit_and_idle.py about:blank
read-notes-stdout: true
log-stdout: true
log-stderr: true
- name: Visit page and idle
container: gcb-playwright
commands:
- type: console
command: python3 /tmp/repo/visit_and_idle.py https://www.michaelkors.de
read-notes-stdout: true
log-stdout: true
log-stderr: true
- name: Visit page and close
container: gcb-playwright
commands:
- type: console
command: python3 /tmp/repo/visit.py https://www.michaelkors.de
read-notes-stdout: true
log-stdout: true
log-stderr: true