Skip to content

Commit 4c078fb

Browse files
committed
Updates zalenium to no longer store videos as root
1 parent 106a6a5 commit 4c078fb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

vars/withZalenium.groovy

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11

22
void call(config = [:], Closure closure) {
33

4-
def defaultConfig = [seleniumVersion : '3.141.59-p2',
5-
zaleniumVersion : '3.141.59d',
4+
def defaultConfig = [seleniumVersion : '3.141.59-p8',
5+
zaleniumVersion : '3.141.59f',
66
zaleniumVideoDir: "zalenium",
77
debugZalenium : false]
88

@@ -29,7 +29,7 @@ void call(config = [:], Closure closure) {
2929

3030
waitForSeleniumToGetReady(zaleniumIp)
3131
// Delete videos from previous builds, if any
32-
// This also works around the bug that zalenium stores files as root
32+
// This also works around the bug that zalenium stores files as root (before version 3.141.59f)
3333
// https://github.com/zalando/zalenium/issues/760
3434
// This workaround still leaves a couple of files owned by root in the zaleniumVideoDir
3535
resetZalenium(zaleniumIp)

0 commit comments

Comments
 (0)