Week 6 of the 50-app year Β· by a published test-automation author

Six questions in.
A production-grade framework out.

Not a starter repo of TODOs β€” a coherent framework with a Page Object Model, fixtures, env-driven config, a CI pipeline and sample specs that run green on the first npm test. The .zip is built in your browser; nothing is uploaded.

The framework patterns encode Kalilur Rahman's published test-automation method β€” 29 years of enterprise QE, author of books on Selenium & test automation, Kaggle Legacy Grandmaster. Every generated file is commented to explain the choice, so juniors learn the why, not just copy the what.
The Forge

Answer six, download the repo

1 Β· Project name
2 Β· Base URL under test
3 Β· Stack
4 Β· Suite scope
5 Β· CI system  Β·  Reporter  Β·  BDD
6 Β· Premium extras

Why this beats a starter repo

Most "quick start" scaffolds give you an empty tests/ and a config. FrameForge hands you the parts teams reinvent β€” badly β€” on every project:

β—ˆ A BasePage and a real page object, so locators never leak into specs.
β—ˆ A fixture that injects page objects β€” specs read as intent, not wiring.
β—ˆ Env-driven config β€” no URLs or credentials hard-coded in a test.
β—ˆ A CI pipeline that archives the report and retries only on CI.
β—ˆ Every file commented with the reasoning, from a published author's playbook.

Free forges the Playwright + TypeScript stack, in full. The Founder license adds Selenium/Java, Cypress, Playwright/Python and REST-Assured stacks, Allure, Cucumber BDD, Docker and sharded parallel runs.

0 files
Copied βœ“
β€”

        
Method

What "production-grade" actually means here

1

Layering, not a heap

Specs β†’ fixtures β†’ page objects β†’ config. Each layer only knows the one below it, so a UI change touches one file, not fifty.

2

Runs green day one

The sample specs target a public demo app, so npm test passes immediately β€” proof the wiring is right before you write a line.

3

CI that tells the truth

Retries on CI only, traces on first retry, report archived as an artifact. Local flakes stay visible; CI flakes stay diagnosable.

4

Teaches as it scaffolds

Every file carries a comment explaining the decision. The framework doubles as a reviewer's-eye tour of good structure.

Pricing

Free to forge one stack. $49 to forge them all.

Free
$0
  • Playwright + TypeScript stack, complete
  • POM, fixtures, env config, CI
  • UI + API sample specs
  • In-browser .zip β€” no upload, no signup
Founder License
$49 one-time Β· ~β‚Ή3,999
  • 4 more stacks: Selenium/Java, Cypress, Playwright/Python, REST-Assured
  • Allure reporting wiring
  • Cucumber BDD layer
  • Dockerfile + sharded parallel CI matrix
  • .env config + data-driven fixtures
  • Lifetime license, this site
Buy on Gumroad β†’ $49
Team License
$199 one-time
  • Everything in Founder, for the whole team
  • Internal template customization rights
  • Your org's conventions baked into the generator
  • Priced for a squad β€” email to arrange
Enquire