diff --git a/cypress/screenshots/contact_us.cy.js/Contact Us Form validation checking -- after all hook collectBackendCoverage (failed).png b/cypress/screenshots/contact_us.cy.js/Contact Us Form validation checking -- after all hook collectBackendCoverage (failed).png deleted file mode 100644 index 66d7a95..0000000 Binary files a/cypress/screenshots/contact_us.cy.js/Contact Us Form validation checking -- after all hook collectBackendCoverage (failed).png and /dev/null differ diff --git a/cypress/screenshots/invalid_login.cy.js/should fail to login with incorrect email and password -- after all hook collectBackendCoverage (failed).png b/cypress/screenshots/invalid_login.cy.js/should fail to login with incorrect email and password -- after all hook collectBackendCoverage (failed).png deleted file mode 100644 index 038f90d..0000000 Binary files a/cypress/screenshots/invalid_login.cy.js/should fail to login with incorrect email and password -- after all hook collectBackendCoverage (failed).png and /dev/null differ diff --git a/cypress/screenshots/login_user.cy.js/Login User -- should login and delete a user (failed).png b/cypress/screenshots/login_user.cy.js/Login User -- should login and delete a user (failed).png deleted file mode 100644 index 1520351..0000000 Binary files a/cypress/screenshots/login_user.cy.js/Login User -- should login and delete a user (failed).png and /dev/null differ diff --git a/cypress/screenshots/login_user.cy.js/should login and delete a user -- after all hook collectBackendCoverage (failed).png b/cypress/screenshots/login_user.cy.js/should login and delete a user -- after all hook collectBackendCoverage (failed).png deleted file mode 100644 index 53aa643..0000000 Binary files a/cypress/screenshots/login_user.cy.js/should login and delete a user -- after all hook collectBackendCoverage (failed).png and /dev/null differ diff --git a/cypress/screenshots/logout_user.cy.js/Logout User -- should login and logout a user (failed).png b/cypress/screenshots/logout_user.cy.js/Logout User -- should login and logout a user (failed).png deleted file mode 100644 index 1ed04da..0000000 Binary files a/cypress/screenshots/logout_user.cy.js/Logout User -- should login and logout a user (failed).png and /dev/null differ diff --git a/cypress/screenshots/logout_user.cy.js/should login and logout a user -- after all hook collectBackendCoverage (failed).png b/cypress/screenshots/logout_user.cy.js/should login and logout a user -- after all hook collectBackendCoverage (failed).png deleted file mode 100644 index 8b8627c..0000000 Binary files a/cypress/screenshots/logout_user.cy.js/should login and logout a user -- after all hook collectBackendCoverage (failed).png and /dev/null differ diff --git a/cypress/screenshots/register_existing_email.cy.js/Register User with existing email -- Register User with existing email (failed).png b/cypress/screenshots/register_existing_email.cy.js/Register User with existing email -- Register User with existing email (failed).png deleted file mode 100644 index 8b87085..0000000 Binary files a/cypress/screenshots/register_existing_email.cy.js/Register User with existing email -- Register User with existing email (failed).png and /dev/null differ diff --git a/cypress/screenshots/register_existing_email.cy.js/Register User with existing email -- after all hook collectBackendCoverage (failed).png b/cypress/screenshots/register_existing_email.cy.js/Register User with existing email -- after all hook collectBackendCoverage (failed).png deleted file mode 100644 index 92b069f..0000000 Binary files a/cypress/screenshots/register_existing_email.cy.js/Register User with existing email -- after all hook collectBackendCoverage (failed).png and /dev/null differ diff --git a/cypress/screenshots/register_user.cy.js/should register and delete a new user -- after all hook collectBackendCoverage (failed).png b/cypress/screenshots/register_user.cy.js/should register and delete a new user -- after all hook collectBackendCoverage (failed).png deleted file mode 100644 index a607f0b..0000000 Binary files a/cypress/screenshots/register_user.cy.js/should register and delete a new user -- after all hook collectBackendCoverage (failed).png and /dev/null differ diff --git a/cypress/screenshots/verify_testCases_files.cy.js/Verify Test Cases Page -- after all hook collectBackendCoverage (failed).png b/cypress/screenshots/verify_testCases_files.cy.js/Verify Test Cases Page -- after all hook collectBackendCoverage (failed).png deleted file mode 100644 index a0c108c..0000000 Binary files a/cypress/screenshots/verify_testCases_files.cy.js/Verify Test Cases Page -- after all hook collectBackendCoverage (failed).png and /dev/null differ diff --git a/package.json b/package.json index 7a94b4e..785b584 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,8 @@ "cy:open": "cypress open", "cy:run": "cypress run", "start": "node server", - "start:coverage": "nyc --silent node server" + "start:coverage": "nyc --silent node server", + "cy:cloud": "cypress run --record --key af8ca1ca-a0be-4fbd-b377-fb03d094d8eb" }, "dependencies": { "mochawesome": "^7.1.3"