TheSoftwareHouse / Kakunin

An E2E testing framework
http://kakunin.io
MIT License
147 stars 25 forks source link

Outdated deps #287

Open shayneoneill opened 11 months ago

shayneoneill commented 11 months ago

Hi. I'm trying to use this framework and its insisting on an older version of protractor-cucumber-framework (8.0.1) (or whatever the nearest point of dependency is, maybe cucumber.js?).

This versions outside of LTS and doesnt support modern versions of NodeJS (And thus cant be used with many modern packages, or for that matter many modern hosting setups, eg aws lambda)

shayneoneill commented 11 months ago

Also you might want to change mkdirp(,null) to something like mkdirp.sync(,null) as the current method returns an async promise, which doesnt give the script time to actually create the directory before it wants to do things with them, so it fails out.