Skip to content

Commit 491c7bb

Browse files
committed
Add tiny Twitter Hurl workflow
1 parent 4753b36 commit 491c7bb

1 file changed

Lines changed: 16 additions & 1 deletion

File tree

examples/tiny_twitter/test.hurl

Lines changed: 0 additions & 1 deletion
This file was deleted.

examples/tiny_twitter/test.hurl

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
HTTP 200
13+
[Asserts]
14+
body contains "TinyTweeter"
15+
body contains "Hurl tiny twitter post"
16+
body not contains "An error occurred"

0 commit comments

Comments
 (0)