QA via natural languageAI tests
Write tests in plain English and let AI handle the execution. Built on Playwright with seamless GitHub integration.
Write tests in plain English
import { shortest } from '@antiwork/shortest'
shortest('Login to the app using email and password', {
username: process.env.GITHUB_USERNAME,
password: process.env.GITHUB_PASSWORD
})