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 82f7825 commit 99e8d7dCopy full SHA for 99e8d7d
src/test/robotframework/site/csp/report-logic.robot
@@ -0,0 +1,11 @@
1
+*** Settings ***
2
+Documentation Verify site csp report scenario
3
+Library HttpRequestLibrary
4
+Force Tags site csp logic
5
+
6
+*** Test Cases ***
7
+Validate site csp report request is accepted
8
+ Create Session server ${SITE_URL}
9
+ Set Test Variable ${data} "{}"
10
+ ${resp}= Post Request server /site/csp/reports data=${data}
11
+ Should Be Equal As Strings ${resp.status_code} 204
0 commit comments