JevMade hello@JevMade.com
← Back to guides

JevMade field notes / Written guide

Explore browser tests while keeping exact pass conditions

JevTest is an unfinished browser-testing project. Jev may choose exploratory actions, while Playwright performs them and exact checks decide whether the goal was achieved.

Original by CorieWEvaluation

Listen to this guide

JevMade’s plain-English explanation

Expanded guide unavailable: permission has not been verified.

0:00 /

AI narration

Our summary

JevTest separates exploration from proof. A tester supplies controlled test data called fixtures, available browser actions, and assertions—exact conditions that must be true for a pass. Jev may explore, but those assertions make the final decision.

Playwright opens separate browser sessions and saves traces, which are records of actions and pages for replay. A baseline uses saved behavior without model calls; live exploration has request limits. These records help explain one run but do not prove every path works.

The project is unfinished, requires specific development tools, and currently provides no license granting use. Model exploration can miss paths, so stable checks still need fixed fixtures and exact assertions. It should not be presented as ready for adoption.

Key takeaways

  1. Use model judgment for exploration, not the final pass condition.
  2. Set shared limits on requests and processed text before live testing.
  3. Save enough evidence to replay and investigate each reported failure.

The source documents an unfinished project with licensing pending. JevMade did not install dependencies, run browsers, or call the model.

GitHub project documentation · Source reviewed

Read the original guide Opens the author’s site in a new tab.