log issues
zinserjan opened this issue · 1 comments
zinserjan commented
First of all thanks for this great project. This makes testing with selenium in different browsers much easier :)
Unfortunately, I found a few issues with the seleniumLogs
option:
- it's not possible to specify a file path. Only directories are supported, otherwise the file will be created as directory if it doesn't exist yet (see L61).
- seleniumLogs fails on windows caused by a wrong path separator check (see L64)
- it should handle absolute paths
I'm happy to submit a PR to fix these issues.
christian-bromann commented
Let's continue conversation on this in #6