We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c3100a commit 79280f9Copy full SHA for 79280f9
cypress/utils/commands.js
@@ -59,7 +59,7 @@ export const currentBackendEndpoint = (() => {
59
}
60
},
61
get() {
62
- return Cypress.env('currentEndpoint');
+ return Cypress.env('currentEndpoint') || DEFAULT_ENDPOINT;
63
64
});
65
})();
0 commit comments