Devin Zuczek
Devin Zuczek
Old issue but still valid without built in parallelism. Here is a workaround that worked for us (run all .feature files, in parallel). The -o part of the JUnit formatter...
Heh I'll see what I can do. Additionally if this works you could then make a GitLab hook instead of using cron for detecting merge request changes.
I have issues with this as well, but I noticed mine were intermittent. Sometimes head tracking would die and sometimes it wouldn't and I'd be able to play games just...
Another postgres target with the same issue, possible solution: https://github.com/statsbotco/target-postgres/pull/11/files
Basic subcontext I wrote up that does the basics. Took some inspiration from Lightning but only kept what I needed. This is for D7, understandable it needs to be abstracted...
Testing an entity type created from ECK: ``` Scenario: I need to create entities Given I am viewing a "course_application" entity with the label "My course app 1" Given I...
Absolutely, my guess it it would go in the Drupal7/Drupal8 implementations of AbstractCore.
> Feel free to PR my repo and I'll quickly merge your PR, or make a follow-up PR here, whatever works for you. Sure, I think getting it done first...
> Sadly that's not true. The core comments entity has a field called "entity_type". It surprised me, but if that could be true then we also can't assume that no...
I opened https://github.com/jhedstrom/DrupalDriver/pull/113 for the D7 driver functionality. Going to test against https://github.com/jhedstrom/drupalextension/pull/300 in a bit. Seems like this issue isn't needed any more. Close?