Philip Ardery

Results 175 comments of Philip Ardery

`$enable-smooth-scroll: false;` worked for me, thanks @adrienfr and @bastien70. In all honesty, smooth scrolling is getting more popular and I don't see any reason why panther/selenium/headless clients shouldn't work with...

Here I am unable to get `PANTHER_ERROR_SCREENSHOT_DIR` to work at all. The `1.0.0` [release notes](https://github.com/symfony/panther/releases/tag/v1.0.0) state "Automatically take a screenshot when a test fail and if the PANTHER_ERROR_SCREENSHOT_DIR environment variable...

@ThomasTr, was the PR ever merged? I am [trying your suggested approach](https://github.com/symfony/panther/pull/330#issuecomment-703077306), and it doesn't seem to me working.

hey @ThomasTr thanks for the quick response. is `static::$options` your own custom convention? I see no `static::$options` defined on `PantherTestCase`. I see `static::$defaultOptions`, on the other hand. I suppose I...

@ThomasTr, I tested ```php $this->client = static::createPantherClient([ "env" => [ "CUSTOM_PATHER_VAR" => "this is a test", ] ]); ``` This works. Unfortunately, it looks like you can only set string...

Thanks @domis86 and @ThomasTr! I too agree that passing a mocked object through `$_SERVER` seems hackish and wrong. I appreciate the `AppKernel` link @ThomasTr. Is there documentation on this `$testCase`...

I've tried my best to follow it @ThomasTr, but the code is not type hinted or commented so all I can really tell is that `$testCase` is just a subdirectory...

i too can run `PANTHER_NO_HEADLESS=1 ./vendor/bin/phpunit` but when I put the following in `phpunit.xml` it doesn't work: ``

I believe I am seeing something similar with Ubuntu 18.04 and iOS 13.2.1, but I am trying to transfer files though the file browser, not via command line. When i...

@brandonrobertz, thanks for the insight. It wouldn't surprise me at all is iOS was making cloud files appear as native on the device, leading to this error. That said, it...