-
Notifications
You must be signed in to change notification settings - Fork 49
StatusCodesCollector
Wiiitek edited this page May 22, 2017
·
4 revisions
Status Codes Collector is responsible for collecting status codes returned by resources on the processed page.
Module name: status-codes
! Important information |
---|
In order to use this collector *[[proxy |
No parameters.
<?xml version="1.0" encoding="UTF-8" ?>
<suite name="test-suite" company="cognifide" project="project">
<test name="status-codes-test" useProxy="rest">
<collect>
...
<status-codes />
...
</collect>
<compare>
...
</compare>
<urls>
...
</urls>
</test>
...
<reports>
...
</reports>
</suite>
-
How To Use
-
Releases