Testomat.io Chrome extension

Create tests

The Tests tab browses the project’s suites and lets you add test cases without leaving the panel — by title alone, or written out in the editor.

Browse

The tab shows the suite tree with test counts. Folders group suites; clicking a suite opens its test list; clicking a test opens it — an existing case renders read-only until you choose to edit.

The suite tree

Add by title

Open a suite. The bar at the bottom adds a test right here:

  1. Type the title into Add new test, press Create (or Enter) — the case appears in the list, empty for now.
  2. Flip Bulk and the field becomes a list — one title per line, one press, the whole list is created in order.

One title, then a bulk list

Bulk add needs the full (not basic) mode.

Write it out in the editor

New test opens the editor: the title, a Markdown body with live preview, and a suite picker if you started from the tree root. Steps are plain Markdown lists; the toolbar records steps for you (see Step recorder) and can hand the draft to your Testomat.io AI to be rewritten — with an Undo.

The editor: Markdown, Record steps, Polish with AI, Parameters

New suites and folders are made from the tree’s own + buttons.

Parameters

A test that should run once per data row gets parameters — edited in the same editor:

  1. Name the columns (say role, email).
  2. Fill one example row per variant.
  3. Write ${role} and ${email} in the title or steps.

In a run, such a test shows one row per example, each marked on its own.

A parametrized test rendered: the table under the steps

If it didn’t work