HuddleEng / PhantomFlow

Describe and visualise user flows through tests with PhantomJS
MIT License
682 stars 60 forks source link

Use of slimerJS #44

Open jamesdwilson opened 8 years ago

jamesdwilson commented 8 years ago

When I pass casperArgs: ['--engine=slimerjs'], it fails to result in a casper object.

Has anyone else been able to use PhantomFlow with Slimer?

jamescryer commented 8 years ago

It probably not a straight forward change. If I remember correctly, there are some nuances about how SlimerJS resolves file paths for example.

But it's definitely possible, and probably not too hard. Would be great to see a PR for this.