Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MadameSheema committed Dec 12, 2023
1 parent 5a6cca0 commit fa83e7c
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -583,10 +583,9 @@ ${JSON.stringify(cypressConfigFile, null, 2)}
----------------------------------------------
`);
}
process.env.TEST_CLOUD_HOST_NAME = new URL(BASE_ENV_URL).hostname;

if (isOpen) {
process.env.TEST_CLOUD_HOST_NAME = new URL(BASE_ENV_URL).hostname;

await cypress.open({
configFile: cypressConfigFilePath,
config: {
Expand Down

0 comments on commit fa83e7c

Please sign in to comment.