diff --git a/index.json b/index.json index e852cfe..5cfb0f9 100644 --- a/index.json +++ b/index.json @@ -390,6 +390,23 @@ ] } }, + "ucv-ext-cypress": { + "name": "Cypress", + "url": "https://urbancode.github.io/IBM-UCx-PLUGIN-DOCS/UCV/", + "description": "This is a plugin to handle Cypress data", + "author": { + "name": "UrbanCode", + "email": "urbancode-plugins@hcl.com" + }, + "current": { + "semver": "1.0.1", + "date": "2024-08-14T18:50:33.436Z", + "image": "urbancode/ucv-ext-cypress:1.0.1", + "notes": [ + "Implemented Parsing for Cypress XML and JSON formats" + ] + } + }, "ucv-ext-dependabot": { "name": "GitHub Dependabot", "url": "https://urbancode.github.io/IBM-UCx-PLUGIN-DOCS/UCV/", diff --git a/plugins/ucv-ext-cypress/info.json b/plugins/ucv-ext-cypress/info.json new file mode 100644 index 0000000..904fefc --- /dev/null +++ b/plugins/ucv-ext-cypress/info.json @@ -0,0 +1,9 @@ +{ + "name": "Cypress", + "url": "https://urbancode.github.io/IBM-UCx-PLUGIN-DOCS/UCV/", + "description": "This is a plugin to handle Cypress data", + "author": { + "name": "UrbanCode", + "email": "urbancode-plugins@hcl.com" + } +} \ No newline at end of file diff --git a/plugins/ucv-ext-cypress/releases.json b/plugins/ucv-ext-cypress/releases.json new file mode 100644 index 0000000..f9c1781 --- /dev/null +++ b/plugins/ucv-ext-cypress/releases.json @@ -0,0 +1,10 @@ +[ + { + "semver": "1.0.1", + "date": "2024-08-14T18:50:33.436Z", + "image": "urbancode/ucv-ext-cypress:1.0.1", + "notes": [ + "Implemented Parsing for Cypress XML and JSON formats" + ] + } +] \ No newline at end of file