Drupal CI Testing

Component ID

2883292

Component name

Drupal CI Testing

Component type

module

Maintenance status

Development status

Component security advisory coverage

not-covered

Downloads

30

Component created

Component changed

Component body

This project will be used only for development and running tests on Drupal CI

The reason I am creating this is because Drupal CI is configured in some specific way that doesn't behave the same way as when I run tests on my local environment.
For instance, Drupal CI doesn't turn on clean urls by default, which causes a lot of tests to fail when checking for links.
Then I end up having to upload a patch multiple times on an issue until I find a way to make the tests pass. The main problem is that Drupal CI is not running in verbose mode so we have to figure out things by adding debugging messages.

See these two issues:
https://www.drupal.org/node/2846350
https://www.drupal.org/node/2802477

I use DevDesktop, which is very versatile and easy to spin a site.
The tests run fine but some times it won't pass Drupal Ci.