This plugin is intended to facilitate gathering URLs from a specific WordPress site. The idea is geared towards visual regression testing. It is Initially developed with the use of BackstopJS in mind but can be adapted as it simply helps in the management of the URLs for testing.
Get output of all post types URLs {yoursite address}/wp-json/visreg/v1/allposts
The link to the admin page for this plugin is located under “Tools” in the dashboard menu
On any page, post, or custom post types, there is a check box on the sidebar to flag a specific page for URL testing. Check the box and hit update if you wish to include such post into the flagged selection.
In admin page, select the type of post or content you wish to get the URLs from and hit “Generate list”. To use the list, hit “Export list” and the list of URLs will be available for download as a JSON file.
The plugin contains a set of custom API endpoints that helps with sending request via the wp- 5CA8 json option built into WordPress. For more information on wp-json visit the WordPress developer codex.
- Copy url request
- Quick filter
- Advanced filter with date filtering and post-type filtering (one post typa at a time)
- Multiple post-type filtering
- Flagged filtering
- Randomized selection filtering