testcontainers-spock icon indicating copy to clipboard operation
testcontainers-spock copied to clipboard

Can't set output directory for FLV recordings

Open blacky0x0 opened this issue 8 years ago • 2 comments

I use Selenium Webdriver:

    @Shared
    public BrowserWebDriverContainer chrome = new BrowserWebDriverContainer()
            .withDesiredCapabilities(DesiredCapabilities.chrome())
            .withRecordingMode(RECORD_ALL, new File("./build/"))

But the recording always appeared under ./.tmp-volume-1503438720097/screen.flv. How I can change this behavior?

blacky0x0 avatar Aug 22 '17 21:08 blacky0x0

I think it would be useful to open this issue directly in testcontainers-java, since there is nothing spock specific in this implementation/problem.

kiview avatar Aug 23 '17 11:08 kiview

Thanks! I've created #448.

blacky0x0 avatar Aug 23 '17 21:08 blacky0x0