jberger / Mojo-Phantom

PhantomJS client-side testing for Mojolicious apps
Other
13 stars 6 forks source link

Pass the 'exe' option from phantom_ok to Mojo::Phantom #13

Closed degeberg closed 3 weeks ago

degeberg commented 7 years ago

Mojo::Phantom has an exe option that allows overriding which executable will be used. phantom_ok allows passing a hash ref of options. Some of the values in that hash are passed along to Mojo::Phantom, but exe isn't. This change fixes that.

jberger commented 3 weeks ago

This module is Deprecated, cleaning up old PRs