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 97510db commit f2b14e7Copy full SHA for f2b14e7
1 file changed
examples/charts, computations and custom components/test.hurl
@@ -0,0 +1,22 @@
1
+GET http://localhost:8080/
2
+HTTP 200
3
+[Captures]
4
+start_url: xpath "string(//a[normalize-space()='Start tapping !']/@href)"
5
+[Asserts]
6
+body contains "Tap Tempo is a tool to"
7
+body contains "measure a tempo in bpm"
8
+body contains "About TapTempo"
9
+
10
+GET http://localhost:8080/{{start_url}}
11
12
13
+tap_url: xpath "string(//a[normalize-space()='Tap']/@href)"
14
15
+body contains "Tap"
16
+body contains "BPM over time"
17
18
+GET http://localhost:8080/{{tap_url}}
19
20
21
+body contains " bpm"
22
0 commit comments