stable

Clone or download

Read-only

request #28870: Unreliable FRS e2e test execution

Sometimes, for unknown reasons the CI doesn't manage to find the release name it just created in the FRS e2e tests. To mitigate this issue the proposal is to apply the same strategy than for program management, by reloading the page 10 times until we find what we are looking for. Change-Id: I3c5ee19ca1ed99513c6c0400c597df214c103a14

Modified Files

Name
M lib/test-utils/cypress-utilities-support/src/commands-type-definitions.d.ts +30 −1 Go to diff View file
M lib/test-utils/cypress-utilities-support/src/commands.ts +34 −0 Go to diff View file
M plugins/program_management/tests/e2e/cypress/cypress/e2e/program_management.cy.ts +8 −35 Go to diff View file
M tests/e2e/full/cypress/e2e/frs.cy.ts +12 −2 Go to diff View file