jcalderonzumba / behat-phantomjs-extension
PhantomJS Mink Behat extension for Phantomjs Mink driver
Installs: 131 262
Dependents: 0
Suggesters: 0
Security: 0
Stars: 6
Watchers: 5
Forks: 1
Open Issues: 0
Type:behat-extension
Requires
- php: >=5.4
- behat/mink-extension: ~2.0
- jcalderonzumba/mink-phantomjs-driver: ~0.3
This package is not auto-updated.
Last update: 2024-11-05 05:18:57 UTC
README
An integration layer between Behat 3.0+ and MinkPhantomJSDriver.
Use Composer to install all required PHP dependencies:
$ composer require --dev behat/mink jcalderonzumba/mink-phantomjs-driver jcalderonzumba/behat-phantomjs-extension
How to use
PhantomJSExtension configuration (for the moment NONE).
default: extensions: Zumba\PhantomJSExtension:
PhantomJSDriver specific configuration:
Behat\MinkExtension: phantomjs: phantom_server: "http://localhost:8510/api" template_cache: "/tmp/pjsdrivercache/phantomjs"
PhantomJS browser start:
phantomjs --ssl-protocol=any --ignore-ssl-errors=true vendor/jcalderonzumba/gastonjs/src/Client/main.js 8510 1024 768 2>&1 >> /tmp/gastonjs.log &
Copyright
Copyright (c) 2015 Juan Francisco Calderon Zumba juanfcz@gmail.com