From 69e34af10e8f4675b79eb713c6a5d95085e6d182 Mon Sep 17 00:00:00 2001 From: Raju Udava <86527202+dstala@users.noreply.github.com> Date: Tue, 8 Feb 2022 14:08:10 +0530 Subject: [PATCH] test/cypress: ci-cd corrections Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com> --- .github/workflows/ci-cd.yml | 3 +-- scripts/cypress/integration/common/6b_downloadCsv.js | 1 + 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 3675843581..375d5a03cb 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -4,14 +4,13 @@ name: "CI/CD" on: push: - branches: [master, cypress] paths: - "packages/nc-gui/**" - "scripts/cypress/**" - "packages/nocodb/**" - ".github/workflows/ci-cd.yml" pull_request: - branches: [master] + branches: [master, develop] paths: - "packages/nc-gui/**" - "scripts/cypress/**" diff --git a/scripts/cypress/integration/common/6b_downloadCsv.js b/scripts/cypress/integration/common/6b_downloadCsv.js index 2d224cb2f8..a8f0eec552 100644 --- a/scripts/cypress/integration/common/6b_downloadCsv.js +++ b/scripts/cypress/integration/common/6b_downloadCsv.js @@ -9,6 +9,7 @@ export const genTest = (type, xcdb) => { before(() => { // loginPage.loginAndOpenProject(type) cy.openTableTab("Country", 25); + cy.screenshot("6b-before"); }); after(() => {