Yan Loetzer

Results 18 comments of Yan Loetzer

I would also love to see some progress on this. Anything we can do to push it forward?

So it turns out that the **phpunit-core** runner requires a webserver. **drupal_ti_run_server** uses _drush runserver_ which requires Drupal to be installed. I tried to replace _drush runserver_ with _php -S_...

I guess we could provide a variable that could be set to false if no functional phpunit tests exist. Then phpunit can run without Drupal installed and without webserver.

I am currently solving this issue by applying the following patch as part of my before-script tasks, but this is obviously not a stable solution as I clone the dev-master...

Similarly we have the cookies being set for www.domain.com and would like to be able to set them for domain.com.

I've had the same problem, @hollyschinsky is the package.json a file you use for personal development that didn't make it into the repo?

I am having a similar problem. I cant vouch for the code above, but I am working with a feed that gzips the content of the messages. Then when the...

Currently we have to manually delete the artifacts after every run. This would be so much easier if we could just set them to be removed after the run automatically.