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 f0e5a9cCopy full SHA for f0e5a9c
src/test/robotframework/site/csp/report-logic.robot
@@ -0,0 +1,10 @@
1
+*** Settings ***
2
+Documentation Verify CSP report submission scenario
3
+Library HttpRequestLibrary
4
+Force Tags site csp logic
5
+
6
+*** Test Cases ***
7
+CSP report should be accepted
8
+ Create Session server ${SITE_URL}
9
+ Post Request server /site/csp/reports data="{}"
10
+ Response code should be server 204
0 commit comments