gumroad / shortest

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

Per-repo settings via shortest.config.ts for finding spec files #33

Open slavingia opened 4 days ago

slavingia commented 4 days ago

And more...

poudelprakash commented 1 day ago

This feature feels super urgent!

Most missed configuration are: test framework of choice(eg in rails: RSpec, MiniTest) and preferred placement of test(whether tests go alongside components or in a separate tests/ directory)

slavingia commented 1 day ago

I think a simple regex for test files names should work, so one could say:

.test. Or */_spec.rb