log parameters in cloud runner parameter test
parent
13329d9daa
commit
c717f1e3b6
|
|
@ -83,6 +83,8 @@ describe('Cloud Runner', () => {
|
||||||
if (typeof element.value === `string`) {
|
if (typeof element.value === `string`) {
|
||||||
element.value = element.value.replace(/\s+/g, '');
|
element.value = element.value.replace(/\s+/g, '');
|
||||||
}
|
}
|
||||||
|
CloudRunnerLogger.log(`checking input/build param ${element} ${element.value}`);
|
||||||
|
expect(newLinePurgedFile).toContain(`${element.name}`);
|
||||||
expect(newLinePurgedFile).toContain(`${element.name}=${element.value}`);
|
expect(newLinePurgedFile).toContain(`${element.name}=${element.value}`);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue