·
11 commits
to main
since this release
Immutable
release. Only release title and notes can be modified.
What's new
varlock environment schema
.env.schemaadded to all scaffolded.openqaprojects — documents every variable with type, description, and@sensitiveannotation. Secrets are redacted from logs automatically.varlock/auto-loadimported in config files so env vars are validated on startup.- varlock auto-installed during
openqa init— zero manual steps. - Node.js >=22 engine requirement added to template
package.jsonfiles (varlock requirement).
Example feature files
openqa initnow scaffolds two example feature files into.openqa/features/:todomvc.feature— 2 scenarios using*(asterisk) step syntaxgetting-started.feature— 1 scenario
- Init prompt updated: feature files path is now relative to
.openqa/(default:features).
Fix: async install spinner
- Replaced
execSyncwith asyncspawnso the CLI spinner animates properly duringnpm installand Playwright browser download.
Docs
- README, quickstart, and CLAUDE.md updated with varlock docs, feature file organization, and customization guidance.