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 4753b36 commit 491c7bbCopy full SHA for 491c7bb
1 file changed
examples/tiny_twitter/test.hurl
@@ -0,0 +1,16 @@
1
+GET http://localhost:8080
2
+HTTP 200
3
+[Asserts]
4
+body contains "TinyTweeter"
5
+body contains "Tell me your story..."
6
+body contains "Terms and conditions"
7
+body not contains "An error occurred"
8
+
9
+POST http://localhost:8080
10
+[FormParams]
11
+new_tweet: Hurl tiny twitter post
12
13
14
15
+body contains "Hurl tiny twitter post"
16
0 commit comments