Web Application & REST API Integration Plugin
The plugin provides the integration between web application testing functionality and REST API features.
Installation
implementation(group: 'org.vividus', name: 'vividus-plugin-web-app-to-rest-api', version: '0.3.2-SNAPSHOT')
Table Transformers
FROM_SITEMAP
FROM_SITEMAP
transformer generates table based on the website sitemap.
Parameter | Description |
---|---|
|
relative URL of |
|
ignore sitemap parsing errors (true or false) |
|
the column name in the generated table |
Property Name | Acceptable values | Default | Description |
---|---|---|---|
|
|
|
ignore sitemap parsing errors |
|
|
|
defines whether urls that has redirect to the one that has already been included in the table are excluded from the table |
FROM_HEADLESS_CRAWLING
FROM_HEADLESS_CRAWLING
transformer generates table based on the results of headless crawling.
Parameter Name | Description |
---|---|
|
the column name in the generated table |
Property Name | Acceptable values | Default | Description |
---|---|---|---|
|
Comma-separated list of values |
list of relative URLs, a seed URL is a URL that is fetched by the crawler to extract new URLs in it and follow them for crawling |
|
|
|
|
defines whether urls that has redirect to the one that has already been included in the table are excluded from the table |