The Druapl6 core implementation uses some methods which aren't present in Drupal 6, and it brakes the tests.
Iv'e fixed them on GitHub, and sent a pull request:
https://github.com/jhedstrom/drupalextension/pull/20

(I'm confused about the proper way to contribute here: the normal drupal.org way with patches, or with GitHub pull requests, since I see, that you accepts both, so I chosed the more comfortable.)

Comments

kostajh’s picture

I'm getting this error when trying to use the user login methods:

 [RuntimeException]                                                                             
  Exception has been thrown in "afterScenario" hook, defined in FeatureContext::afterScenario()
Unknown option: --delete-content.  See `drush help user-cancel`

I made a Pull Request on the Pull Request mentioned above with a proposed fix.

Désiré’s picture

Thank you.

jhedstrom’s picture

Status: Needs review » Closed (duplicate)

Closing as https://github.com/jhedstrom/drupalextension/pull/20 has the fix. However, that PR is waiting feedback as to why certain code is commented out.