ci: Cypress CI run Group name update (#19119)

## Description

- This PR includes the script updates for connecting to TED Git instead
of actual Github for running tests

## Type of change

- New script changes to connect to TED Git

## How Has This Been Tested?
- Cypress CI runs

## Checklist:
### QA activity:
- [X] Test plan has been approved by relevant developers
- [X] Test plan has been peer reviewed by QA
- [X] Cypress test cases have been added and approved by either SDET or
manual QA
- [X] Organized project review call with relevant stakeholders after
Round 1/2 of QA
- [X] Added Test Plan Approved label after reveiwing all Cypress test
This commit is contained in:
Aishwarya-U-R 2023-01-27 09:42:15 +05:30 committed by GitHub
parent c4d7462fb3
commit 7607883ab5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 182 additions and 182 deletions

View File

@ -362,7 +362,7 @@ jobs:
install: false
parallel: true
config-file: cypress_ci.json
group: "Electrons on Github Action"
group: "Electrons on Github Action Fat Container"
spec: ${{ env.failed_spec_env }}
working-directory: app/client
# tag will be either "push" or "pull_request"

View File

@ -725,7 +725,7 @@ jobs:
install: false
parallel: true
config-file: cypress_ci.json
group: "Electrons on Github Action"
group: "Electrons on Github Action Fat Container"
spec: ${{ env.failed_spec_env }}
working-directory: app/client
# tag will be either "push" or "pull_request"

View File

@ -78,6 +78,7 @@ describe("Git import flow ", function() {
// cy.connectToGitRepo(repoName);
});
});
});
cy.wait(5000); // for git connection to settle!
});
@ -264,4 +265,3 @@ describe("Git import flow ", function() {
after(() => {
//cy.deleteTestGithubRepo(repoName);
});
});