phpactor/behat-extension

This package is abandoned and no longer maintained. No replacement package was suggested.

Behat Support

Installs: 1 827

Dependents: 0

Suggesters: 0

Security: 0

Stars: 3

Watchers: 3

Forks: 0

Open Issues: 4

Type:phpactor-extension

0.2.7 2021-02-06 15:14 UTC

This package is auto-updated.

Last update: 2024-01-29 03:28:12 UTC


README

CI

Behat integration with Phpactor.

recording

Features:

  • Step completion/suggestions in feature files.
  • Jump to step definition.

Installation

$ phpactor extension:install phpactor/behat-extension

You will then need to let VIM know that it can use Phpactor in feature (cucumber) files:

autocmd FileType cucumber setlocal omnifunc=phpactor#Complete

Usage

This extension expects to find behat.yml or behat.yml.dist in your project root.

To complete a step, open a feature file and invoke omni-complete (after adding the configuration above).

Contributing

This package is open source and welcomes contributions! Feel free to open a pull request on this repository.

Support

  • Create an issue on the main Phpactor repository.
  • Join the #phpactor channel on the Slack Symfony Devs channel.