itemengine-cypress-automation 1.0.7 → 1.0.8
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +1 -1
- package/run.sh +1 -1
- package/scripts/sorry-cypress.mjs +1 -1
package/package.json
CHANGED
package/run.sh
CHANGED
@@ -31,7 +31,7 @@ function runSorryCypress(ciBuildId) {
|
|
31
31
|
* @method runSorryCypressSpinnaker
|
32
32
|
*/
|
33
33
|
export function runSorryCypressSpinnaker() {
|
34
|
-
console.log('process.env.fileConfig', process.env.fileConfig)
|
34
|
+
//console.log('process.env.fileConfig', process.env.fileConfig)
|
35
35
|
console.log('process.argv', process.argv)
|
36
36
|
console.log('process.env.STAGE', process.env.STAGE)
|
37
37
|
//startTime = process.env.START_TIME;
|