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 067a26f commit 8255b6cCopy full SHA for 8255b6c
accessibility/scanner/index.js
@@ -102,7 +102,7 @@ async function processAccessibilityReport(url) {
102
let testId = Cypress.env("TEST_ID") || ""
103
const filePath = Cypress.env("ACCESSIBILITY_REPORT_PATH") || 'cypress/results/accessibilityReport_' + testId + '.json';
104
console.log("TestID is",testId);
105
- const response = await fetch("http://127.0.0.1:43000/cypress/v1/generateAccessibilityReport", {
+ const response = await fetch("http://127.0.0.1:43000/api/v1.0/cypress/generateAccessibilityReport", {
106
method: "POST",
107
headers: {
108
"Content-Type": "application/json"
0 commit comments