LionsAd / drupal_ti

Drupal - Travis Integration

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Support - Request] Best way to enable test module using Behat

subhojit777 opened this issue · comments

This is more of a support request.

I am using Drupal 8. I am writing Behat tests for this module listjs.

I want to enable this test module listjs_theme_test using this Behat drush step. But it gives error listjs_theme_test was not found.

What would be the best way to enable this module.

Please excuse the mistakes made in code standards. I am still learning.

Thank you.

Edit:
The Behat step was working in Drupal 7.

Finally I converted the tests into PHPUnit JavaScript tests. This is a good place to start.