Yassine Zeriouh

Yassine Zeriouh

Founder, Testkit.app, Twidd.io
55 points
All activity
Yassine Zeriouh
Testkit makes it super easy to create tests. Just use our browser extension to record user interactions and create assertions. Additionally, Testkit automatically tries to fix tests for you and detect and circumvent flakiness, so you can focus on building!
Testkit Public Beta
Testkit Public Beta
Create codeless tests that fix themselves with AI
Yassine Zeriouh
You don't need a full-on CRM, want to keep DMs personal but hate copying and pasting parts of the same message over and over again? That's where Twidd comes in! Twidd is a Chrome extension that lets you create DM templates and use them easily within Twitter!
Twidd
Chrome Extension to save time writing DMs right on twitter
Yassine Zeriouh
Yassine Zeriouh
started a discussion

How do you test while building?

Hey all! As the title says, I'm interested in hearing how you all test your applications while building. Do you test manually? Are you automating tests? As for myself - I usually write unit tests either when something breaks, or if it's a function that I rate as "fragile" - or I'm not sure it will work as expected. Other than that, I'm using my tool to create and run end-to-end and...