summaryrefslogtreecommitdiff
path: root/test/monkey-tests/cache-test.yaml
blob: d8c4571df22cd76ad33de6c1273b6bf964847b0f (plain)
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
title: cache test
group: performance
steps:
- action: launch
  language: en
- action: timer-start
  tag: timer1
- action: window-new
  tag: win1
- action: navigate
  window: win1
  url: http://www.bbc.co.uk/news
- action: block
  conditions:
  - window: win1
    status: complete
- action: timer-stop
  timer: timer1
- action: timer-start
  tag: timer2
- action: window-new
  tag: win2
- action: navigate
  window: win2
  url: http://www.bbc.co.uk/news
- action: block
  conditions:
  - window: win2
    status: complete
- action: timer-stop
  timer: timer2
- action: timer-check
  condition: timer2 < timer1
- action: quit