anti-work / shortest

Have AI write and update tests for you
https://shortest.com
MIT License
187 stars 21 forks source link

Feat: Shortest #80

Closed m2rads closed 1 week ago

m2rads commented 2 weeks ago

AI-Powered E2E Testing Framework

Addresses: #69

This PR introduces a complete end-to-end testing framework powered by Claude AI. The framework enables writing tests in natural language and executes them through AI-driven browser automation.

Key Features

Technical Highlights

vercel[bot] commented 2 weeks ago

@m2rads is attempting to deploy a commit to the Antiwork Team on Vercel.

A member of the Team first needs to authorize it.

m2rads commented 2 weeks ago

Hi @slavingia! Please do not merge this PR just yet. I noticed an issue with Vercel deployment. Let me resolve that first.

Please clone this branch locally if you'd like to test the lib.

m2rads commented 2 weeks ago

Documentation is in docs/README.md

m2rads commented 2 weeks ago

Hi @slavingia looking at my Vercel looks like the deployment was done successfully. Can you check on your side to see if there are any issues?

m2rads commented 2 weeks ago

Hi @slavingia, addressed your comments in this commit. Looking forward to further code review.

m2rads commented 2 weeks ago

Should I add unit tests for this package? There are some test scripts available but do not cover all areas.

slavingia commented 1 week ago

Merged but if you wish to add unit tests as a new PR you're welcome to do so. I like the idea of trying to rely 100% on shortest tests.