Skip to content

v1.0.1

Compare
Choose a tag to compare
@robertfausk robertfausk released this 29 Mar 15:51

Features:

  • Enabled configuration per driver instance; usage examples with all sessions using mink-panther-driver:
# in behat.yml
    extensions:
        Robertfausk\Behat\PantherExtension: ~ # no configuration here
        Behat\MinkExtension:
           javascript_session: javascript_chrome
           sessions:
               default:
                   panther: ~
               javascript:
                   panther:
                       options: ~
               javascript_chrome:
                   panther:
                       options:
                           browser: 'chrome'
                           webServerDir: '%paths.base%/public'
               javascript_firefox:
                   panther:
                       options:
                           browser: 'firefox'

Testsuite:

  • Enabled travis at all with phpunit and behat for PHP 7.1-7.4
  • Added PHP 7.4 in the CI
  • Added Unit Tests
  • Added one simple scenario test with behat