wafflejs / wafflejs.github.io

A night of code, waffles, and karaoke.
https://wafflejs.com
112 stars 127 forks source link

PickleJS: Integration Testing in Plain English #601

Open tolicodes opened 4 years ago

tolicodes commented 4 years ago

Having a full suite of tests is the key to getting to Continuous Delivery, allowing developers to safely experiment and push features without risking major bugs. But who actually likes writing tests? It’s so manual, mundane, and tedious.

PickleJS makes testing easy and fun. You write your tests in plain flexible English syntax (ex: I click on the “Checkout Button”)! Even PMs can do it. And it works with Cypress, Selenium, and can easily be adapted to whatever the next latest and greatest testing framework is, without changing your tests. As a bonus, your tests now double as documentation of your product that anyone can read.

PickleJS is used all throughout HOVER and is gaining popularity in the Open Source community, being actively used and developed in startups and corporations.

Check out the presentation on PickleJS.com for an idea of what Pickle can do. Benefits

jewel-andraia commented 4 years ago

Hi @tolicodes! Sorry for the delay, I've sent this into the WaffleJS organizers for review.