itemengine-cypress-automation 1.0.254-UpdatedRepo4thNov-c5b0050.0 → 1.0.255-update-version-d46686e.0
Sign up to get free protection for your applications and to get access to all the features.
package/package.json
CHANGED
@@ -116,7 +116,7 @@ export function runSorryCypressLocalSmoke() {
|
|
116
116
|
* @method runSorryCypressSpinnakerSmoke
|
117
117
|
*/
|
118
118
|
export function runSorryCypressSpinnakerSmoke() {
|
119
|
-
process.env.CYPRESS_API_URL = "https://cypress-director.imaginelearning.
|
119
|
+
process.env.CYPRESS_API_URL = "https://cypress-director.imaginelearning.tech/";
|
120
120
|
startTime = process.env.START_TIME;
|
121
121
|
ciBuildId = setCiBuildId("spinnaker", startTime);
|
122
122
|
const envArgs = setCommandLineEnvArgs()
|