Poi is a modular tooling for modern web development, a few days ago I released a Poi plugin called Puppet which runs your code inside a browser.
T...
For further actions, you may consider blocking this person and/or reporting abuse
Hey Egoist!
Thanks for the post.
Do you think this would be something where you could test against something you didn't have the code for? Like what if you just pointed puppeteer at a deployed environment and kind of mounted mocha against that.
What have you here seems to go that direction.
Nice post.
Since you're using
yarnyou can runyarn create poi-app test-puppet.Thanks, will definitely check it up! 👍
You're right, I've no idea why I used
npxin the example 😂npm init poi-app test-puppetshould also work.I'm surprised at how little the regular assert tells you 🤔
Nice write up