Closed InteNs closed 7 years ago
the issue occurs when we put COVERAGE LOGS as one of our reports logs. If we uncomment the COVERAGE code lines our test run smoothly on Chrome Browser.
For more details you can check out https://bugs.chromium.org/p/chromedriver/issues/detail?id=728
hey, i've created an empty laravel project with laravel-selenium and when i try to run my tests
php vendor/bin/phpunit --coverage-clover build/logs/clover.xml
I get this:
any idea about whats happening? seems like it's setting a cookie before doing anything
here's my test: