Michal Przytulski

Results 16 issues of Michal Przytulski

Go to specification reference provider for context method annotations

Current implementation of annotations for Behat context method is created with CodeCompletionContributor - should be migrated to Annotator.

Validate if given tag in feature file points to valid driver configuration in behat.yaml

Syntax validation for behat.yml file

Check if second parameter for useContext method is instance of BehatContext

Regarding to documentation Behat must be annotated on static methods (http://docs.behat.org/guides/3.hooks.html). Plugin should validate if annotation is added to static method, if not - mark method as invalid (ERROR) with...