I always thought AI should be smart enough so our software team can rely on it and have automated tests up to date at all times with no effort.
Beta is free (no card) because feedback is welcomed. Just add your URL.
It will provide you with
- Given-When-Then set of scenarios that represent your current state of things - Automated testing against these scenarios that can be run multiple times so developers don’t break existing functionality - Out of the box bug reports like console errors, bad status codes, broken links, etc ...
You’ll get scenarios like:
``` Given I am on the pricing page When I click "Start free trial" Then I should land on the signup form ```
Managed to get the costs of using AI way down by working in multiple stages and being specific about what it needs to do for each of them.
Feedback is much appreciated,
Thank you.
btw, you can also write your url on the comments section and I can do a run for you and show you the results for your web application.
anghelcontiu•1h ago
You can add your URL on the website at Steadra.dev (it needs to start with https://… ) . Or write it here on the comments and I am happy to do a live run for you and send you the report.
This is about keeping things simple and reliable. Always liked the kiss principle in software development.
The current version is limited to public pages. Based on the feedback we get we plan to include the authenticated flows.