alphagov/paas-admin

Find an alternative to Zombie

kr8n3r opened this issue · 1 comments

we use zombie browser in acceptance-tests/main.test.ts

package hasn't been update since 2018 and its dependencies are using an outdated version of acorn

alternatives:

Puppeteer
CasperJS
NW.js (w/xvfb)
Nightwatch.js
WebdriverIO
QUnit

As the test is using MOCHA, perhaps we can also move to jest-puppeteer, seeing we already use Jest for other tests?

adressed in #1652