-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathtailwind.yml
More file actions
39 lines (38 loc) · 1.04 KB
/
tailwind.yml
File metadata and controls
39 lines (38 loc) · 1.04 KB
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
# yaml-language-server: $schema=../schemas/json/symphony.json
name: Tailwind CSS Test
url: https://tailwindcss.com/
colorMode: dark
flow:
- scroll:
direction: down
speed: 100
- isVisible:
selector: a:has-text("Get started"):visible
- isNotVisible: Dosen't existing element
- isTitle: "Tailwind CSS - Rapidly build modern websites without ever leaving your HTML."
- waitFor:
duration: 3000
- keyboard:
key: ControlOrMeta+KeyK
- input:
selector: "placeholder:Search documentation"
value: "padding"
- waitFor:
duration: 5000
- isVisible: padding
- keyboard:
key: Enter
- isURL: https://tailwindcss.com/docs/padding
- clickOn: Show more
- scroll:
direction: down
- waitFor:
duration: 3000
- clickOn: Blog
- isVisible:
selector: h1:text("Latest Updates")
- isTitle: /^[A-Za-z]+ - Tailwind CSS$/
- scroll:
direction: down
- waitFor:
duration: 5000