shortest
shortest copied to clipboard
QA via natural language AI tests
**How to reproduce** 1. Get a fresh installation of shortest & 2. See if in the `shortest.config.ts`, `ShortestConfig` resolves properly https://github.com/user-attachments/assets/231ce9bb-ef88-4510-91f7-996c3e5d7fd6
Why: - Common - Helps with tracking releases
Put tests next to the page.ts (same folder) so we don't need a specific app/tests/ folder. Requires updating testDir to testPattern: ``` import type { ShortestConfig } from "@antiwork/shortest"; export...
### What Create a script similar to `nodemon` that would listen to changes and rebuild the project for us on the fly. ### Why Now, in order to test newly...
A way to make tests faster. Via snapshot images? Via URLs? Bounty: $1,000 for each PR that improves the speed of a shortest test.
### What Some way of chaining tests to depend on other tests. ### Why Save time/lines of code when running tests. Bounty: $1,000 for a merged PR that solves this...