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:
parent
c4d7462fb3
commit
7607883ab5
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
});
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user