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 9125dda commit 97510dbCopy full SHA for 97510db
1 file changed
examples/sending emails/test.hurl
@@ -0,0 +1,7 @@
1
+GET http://127.0.0.1:8080/
2
+HTTP 200
3
+[Asserts]
4
+xpath "string(//form/@action)" == "email.sql"
5
+xpath "string(//input[@name='to_email']/@value)" == "recipient@example.com"
6
+xpath "string(//input[@name='subject']/@value)" == "Test email"
7
+xpath "string(//textarea[@name='message_text'])" == "This is a test email"
0 commit comments