diff --git a/cypress-tests/cypress/e2e/happyPath/marketplace/commonTestcases/data-source/amazonAthenaHappyPath.cy.js b/cypress-tests/cypress/e2e/happyPath/marketplace/commonTestcases/data-source/amazonAthenaHappyPath.cy.skip.js similarity index 96% rename from cypress-tests/cypress/e2e/happyPath/marketplace/commonTestcases/data-source/amazonAthenaHappyPath.cy.js rename to cypress-tests/cypress/e2e/happyPath/marketplace/commonTestcases/data-source/amazonAthenaHappyPath.cy.skip.js index 0179bb01bf..f207f62058 100644 --- a/cypress-tests/cypress/e2e/happyPath/marketplace/commonTestcases/data-source/amazonAthenaHappyPath.cy.js +++ b/cypress-tests/cypress/e2e/happyPath/marketplace/commonTestcases/data-source/amazonAthenaHappyPath.cy.skip.js @@ -28,7 +28,7 @@ describe("Data source amazon athena", () => { data.dsName = fake.lastName.toLowerCase().replaceAll("[^A-Za-z]", ""); }); - it("Should verify elements on amazon athena connection form", () => { + it.skip("Should verify elements on amazon athena connection form", () => { const Accesskey = Cypress.env("amazonathena_accessKey"); const Secretkey = Cypress.env("amazonathena_secretKey"); const DbName = Cypress.env("amazonathena_DbName"); @@ -97,7 +97,7 @@ describe("Data source amazon athena", () => { deleteDatasource(`cypress-${data.dsName}-Amazon-Athena`); }); - it("Should verify the functionality of amazon athena connection form.", () => { + it.skip("Should verify the functionality of amazon athena connection form.", () => { const Accesskey = Cypress.env("amazonathena_accessKey"); const Secretkey = Cypress.env("amazonathena_secretKey"); const DbName = Cypress.env("amazonathena_DbName"); @@ -134,7 +134,7 @@ describe("Data source amazon athena", () => { deleteDatasource(`cypress-${data.dsName}-amazon-Athena`); }); - it("Should able to run the query with valid conection", () => { + it.skip("Should able to run the query with valid conection", () => { const Accesskey = Cypress.env("amazonathena_accessKey"); const Secretkey = Cypress.env("amazonathena_secretKey"); const DbName = Cypress.env("amazonathena_DbName"); diff --git a/cypress-tests/cypress/e2e/happyPath/marketplace/commonTestcases/data-source/amazonsesHappyPath.cy.js b/cypress-tests/cypress/e2e/happyPath/marketplace/commonTestcases/data-source/amazonsesHappyPath.cy.skip.js similarity index 97% rename from cypress-tests/cypress/e2e/happyPath/marketplace/commonTestcases/data-source/amazonsesHappyPath.cy.js rename to cypress-tests/cypress/e2e/happyPath/marketplace/commonTestcases/data-source/amazonsesHappyPath.cy.skip.js index c12b7977d2..9c3864c9fd 100644 --- a/cypress-tests/cypress/e2e/happyPath/marketplace/commonTestcases/data-source/amazonsesHappyPath.cy.js +++ b/cypress-tests/cypress/e2e/happyPath/marketplace/commonTestcases/data-source/amazonsesHappyPath.cy.skip.js @@ -28,7 +28,7 @@ describe("Data source amazon ses", () => { data.dsName = fake.lastName.toLowerCase().replaceAll("[^A-Za-z]", ""); }); - it("Should verify elements on amazonses connection form", () => { + it.skip("Should verify elements on amazonses connection form", () => { const Accesskey = Cypress.env("amazonSes_accessKey"); const Secretkey = Cypress.env("amazonSes_secretKey"); @@ -80,7 +80,7 @@ describe("Data source amazon ses", () => { deleteDatasource(`cypress-${data.dsName}-Amazon-ses`); }); - it("Should verify the functionality of amazonses connection form.", () => { + it.skip("Should verify the functionality of amazonses connection form.", () => { selectAndAddDataSource("databases", amazonSesText.AmazonSES, data.dsName); cy.get(".react-select__dropdown-indicator").eq(1).click(); diff --git a/cypress-tests/cypress/e2e/happyPath/marketplace/commonTestcases/data-source/appWriteHappyPath.cy.js b/cypress-tests/cypress/e2e/happyPath/marketplace/commonTestcases/data-source/appWriteHappyPath.cy.skip.js similarity index 98% rename from cypress-tests/cypress/e2e/happyPath/marketplace/commonTestcases/data-source/appWriteHappyPath.cy.js rename to cypress-tests/cypress/e2e/happyPath/marketplace/commonTestcases/data-source/appWriteHappyPath.cy.skip.js index d2333d1bc7..27f52fd99d 100644 --- a/cypress-tests/cypress/e2e/happyPath/marketplace/commonTestcases/data-source/appWriteHappyPath.cy.js +++ b/cypress-tests/cypress/e2e/happyPath/marketplace/commonTestcases/data-source/appWriteHappyPath.cy.skip.js @@ -28,7 +28,7 @@ describe("Data source AppWrite", () => { data.dsName = fake.lastName.toLowerCase().replaceAll("[^A-Za-z]", ""); }); - it("Should verify elements on appwrite connection form", () => { + it.skip("Should verify elements on appwrite connection form", () => { const Host = Cypress.env("appwrite_host"); const ProjectID = Cypress.env("appwrite_projectID"); const DatabaseID = Cypress.env("appwrite_databaseID"); @@ -100,7 +100,7 @@ describe("Data source AppWrite", () => { deleteDatasource(`cypress-${data.dsName}-Appwrite`); }); - it("Should verify the functionality of appwrite connection form.", () => { + it.skip("Should verify the functionality of appwrite connection form.", () => { const Host = Cypress.env("appwrite_host"); const ProjectID = Cypress.env("appwrite_projectID"); const DatabaseID = Cypress.env("appwrite_databaseID"); diff --git a/cypress-tests/cypress/e2e/happyPath/marketplace/commonTestcases/data-source/awsLambdaHappyPath.cy.js b/cypress-tests/cypress/e2e/happyPath/marketplace/commonTestcases/data-source/awsLambdaHappyPath.cy.skip.js similarity index 95% rename from cypress-tests/cypress/e2e/happyPath/marketplace/commonTestcases/data-source/awsLambdaHappyPath.cy.js rename to cypress-tests/cypress/e2e/happyPath/marketplace/commonTestcases/data-source/awsLambdaHappyPath.cy.skip.js index 0eaed07442..17a3f0426c 100644 --- a/cypress-tests/cypress/e2e/happyPath/marketplace/commonTestcases/data-source/awsLambdaHappyPath.cy.js +++ b/cypress-tests/cypress/e2e/happyPath/marketplace/commonTestcases/data-source/awsLambdaHappyPath.cy.skip.js @@ -28,7 +28,7 @@ describe("Data source AWS Lambda", () => { data.dsName = fake.lastName.toLowerCase().replaceAll("[^A-Za-z]", ""); }); - it("Should verify elements on AWS Lambda connection form", () => { + it.skip("Should verify elements on AWS Lambda connection form", () => { const Accesskey = Cypress.env("awslamda_access"); const Secretkey = Cypress.env("awslamda_secret"); @@ -83,7 +83,7 @@ describe("Data source AWS Lambda", () => { cy.uninstallMarketplacePlugin("AWS Lambda"); }); - it("Should verify the functionality of AWS Lambda connection form", () => { + it.skip("Should verify the functionality of AWS Lambda connection form", () => { const Accesskey = Cypress.env("awslamda_access"); const Secretkey = Cypress.env("awslamda_secret"); @@ -117,7 +117,7 @@ describe("Data source AWS Lambda", () => { cy.uninstallMarketplacePlugin("AWS Lambda"); }); - it("Should able to run the query with valid conection", () => { + it.skip("Should able to run the query with valid conection", () => { const Accesskey = Cypress.env("awslamda_access"); const Secretkey = Cypress.env("awslamda_secret"); diff --git a/cypress-tests/cypress/e2e/happyPath/marketplace/commonTestcases/data-source/awsTextractHappyPath.cy.js b/cypress-tests/cypress/e2e/happyPath/marketplace/commonTestcases/data-source/awsTextractHappyPath.cy.skip.js similarity index 97% rename from cypress-tests/cypress/e2e/happyPath/marketplace/commonTestcases/data-source/awsTextractHappyPath.cy.js rename to cypress-tests/cypress/e2e/happyPath/marketplace/commonTestcases/data-source/awsTextractHappyPath.cy.skip.js index ccac52525c..1a01ecc757 100644 --- a/cypress-tests/cypress/e2e/happyPath/marketplace/commonTestcases/data-source/awsTextractHappyPath.cy.js +++ b/cypress-tests/cypress/e2e/happyPath/marketplace/commonTestcases/data-source/awsTextractHappyPath.cy.skip.js @@ -29,7 +29,7 @@ describe("Data source AWS Textract", () => { data.dsName = fake.lastName.toLowerCase().replaceAll("[^A-Za-z]", ""); }); - it("Should verify elements on AWS Textract connection form", () => { + it.skip("Should verify elements on AWS Textract connection form", () => { const Accesskey = Cypress.env("awstextract_access"); const Secretkey = Cypress.env("awstextract_secret"); @@ -87,7 +87,7 @@ describe("Data source AWS Textract", () => { deleteDatasource(`cypress-${data.dsName}-aws-textract`); }); - it("Should verify functionality of AWS Textract connection form", () => { + it.skip("Should verify functionality of AWS Textract connection form", () => { const Accesskey = Cypress.env("awstextract_access"); const Secretkey = Cypress.env("awstextract_secret"); diff --git a/cypress-tests/cypress/e2e/happyPath/marketplace/commonTestcases/data-source/baseRowHappyPath.cy.js b/cypress-tests/cypress/e2e/happyPath/marketplace/commonTestcases/data-source/baseRowHappyPath.cy.skip.js similarity index 96% rename from cypress-tests/cypress/e2e/happyPath/marketplace/commonTestcases/data-source/baseRowHappyPath.cy.js rename to cypress-tests/cypress/e2e/happyPath/marketplace/commonTestcases/data-source/baseRowHappyPath.cy.skip.js index 3c1c8bced9..4b03148e9e 100644 --- a/cypress-tests/cypress/e2e/happyPath/marketplace/commonTestcases/data-source/baseRowHappyPath.cy.js +++ b/cypress-tests/cypress/e2e/happyPath/marketplace/commonTestcases/data-source/baseRowHappyPath.cy.skip.js @@ -28,7 +28,7 @@ describe("Data source baserow", () => { data.dsName = fake.lastName.toLowerCase().replaceAll("[^A-Za-z]", ""); }); - it("Should verify elements on baserow connection form", () => { + it.skip("Should verify elements on baserow connection form", () => { const Apikey = Cypress.env("baserow_apikey"); cy.get(commonSelectors.globalDataSourceIcon).click(); @@ -78,7 +78,7 @@ describe("Data source baserow", () => { deleteDatasource(`cypress-${data.dsName}-baserow`); }); - it("Should verify the functionality of baserow connection form.", () => { + it.skip("Should verify the functionality of baserow connection form.", () => { const Apikey = Cypress.env("baserow_apikey"); selectAndAddDataSource("databases", baseRowText.baserow, data.dsName); @@ -103,7 +103,7 @@ describe("Data source baserow", () => { deleteDatasource(`cypress-${data.dsName}-baserow`); }); - it("Should be able to run the query with a valid connection", () => { + it.skip("Should be able to run the query with a valid connection", () => { const baserowTableID = Cypress.env("baserow_tableid"); const baserowRowID = Cypress.env("baserow_rowid"); const Apikey = Cypress.env("baserow_apikey"); diff --git a/cypress-tests/cypress/e2e/happyPath/marketplace/commonTestcases/data-source/twilioHappyPath.cy.js b/cypress-tests/cypress/e2e/happyPath/marketplace/commonTestcases/data-source/twilioHappyPath.cy.skip.js similarity index 96% rename from cypress-tests/cypress/e2e/happyPath/marketplace/commonTestcases/data-source/twilioHappyPath.cy.js rename to cypress-tests/cypress/e2e/happyPath/marketplace/commonTestcases/data-source/twilioHappyPath.cy.skip.js index 338699cb48..4ac2575266 100644 --- a/cypress-tests/cypress/e2e/happyPath/marketplace/commonTestcases/data-source/twilioHappyPath.cy.js +++ b/cypress-tests/cypress/e2e/happyPath/marketplace/commonTestcases/data-source/twilioHappyPath.cy.skip.js @@ -29,7 +29,7 @@ describe("Data source Twilio", () => { data.dsName = fake.lastName.toLowerCase().replaceAll("[^A-Za-z]", ""); }); - it("Should verify elements on Twilio connection form", () => { + it.skip("Should verify elements on Twilio connection form", () => { const AuthToken = Cypress.env("twilio_auth_token"); const AccountSID = Cypress.env("twilio_account_SID"); const MessageSID = Cypress.env("twilio_messaging_service_SID"); @@ -89,7 +89,7 @@ describe("Data source Twilio", () => { deleteDatasource(`cypress-${data.dsName}-twilio`); }); - it("Should verify functionality of Twilio connection form", () => { + it.skip("Should verify functionality of Twilio connection form", () => { const AuthToken = Cypress.env("twilio_auth_token"); const AccountSID = Cypress.env("twilio_account_SID"); const MessageSID = Cypress.env("twilio_messaging_service_SID"); @@ -128,7 +128,7 @@ describe("Data source Twilio", () => { deleteDatasource(`cypress-${data.dsName}-twilio`); }); - it("Should be able to run the query with a valid connection", () => { + it.skip("Should be able to run the query with a valid connection", () => { const AuthToken = Cypress.env("twilio_auth_token"); const AccountSID = Cypress.env("twilio_account_SID"); const MessageSID = Cypress.env("twilio_messaging_service_SID");