Frameworks and tools

A framework is a codebase.
ReTibe is the thing that runs it for you.

Selenium, Cypress, Playwright and Puppeteer are excellent libraries. They are also projects you have to write, host, schedule and repair. This page is an honest side-by-side, including the places where the framework wins.

5 min
to your first passing test, not your first passing build
0
lines of test code to maintain
17
security check categories, built in
49
example scenarios you can copy
3
engines from one scenario
Start here

Most people reading this already run Playwright through MCP

It is free, familiar and genuinely good at what it does: open the page, click around, look at what is there. Then the session ends and nothing remains. No saved scenario, no report, no history, no schedule. That is the real comparison, so it goes first.

After the session Playwright MCP ReTibe MCP
What is left Nothing A saved scenario, a report, run history
Running it again Explain the whole flow again One call by id
Sees the page between steps Yes, that is the point No
On a schedule Only while you are sitting there Cron, daily, weekly, email on failure
A test that passes and checks nothing Nobody notices Validator flags it before a browser opens

Keep Playwright. Really.

They are not competitors, and our own docs say so. Scout with Playwright MCP, then hand the flow to ReTibe so it keeps running after you close the laptop.

Free is not the hard part

Our free plan runs 20 web tests a month, forever. The cost of the habit is not money, it is the regression nobody was watching for.

One command to try it

Add our MCP server next to the one you already have and ask the same agent to pin one flow.

See the connector
Web testing

Feature by feature

Where a framework needs a library, a plugin or a paid cloud add-on, we say so.

Feature ReTibe Selenium Cypress Playwright Puppeteer
Web interface, no code JSON + visual Code Code Code Code
Automatic crawling Built-in No No No No
Visual regression Baseline / diff Libraries Plugins Built-in basic Libraries
Security scanner 17 categories No No No No
SEO analysis Links, sitemap, robots No No No No
Multi-browser 3 engines All major Chrome, Edge 3 engines Chromium only
Mobile emulation 16 devices, touch Partial Viewport only Devices Viewport only
Accessibility (a11y) axe-core + Lighthouse Libraries Plugins Libraries Libraries
Performance analysis Core Web Vitals No Plugins Traces Manual
Network / CPU throttling 5 profiles + custom No Limited Yes Yes
Memory profiling Heap, nodes, listeners No No Manual Manual
Load testing lite RPS, P95, error rate No No No No
Data-driven testing CSV, JSON, inline Code Fixtures Code Code
Testing calendar Built-in External CI External CI External CI External CI
Run history and analytics Timeline, heatmap, flakiness No Paid cloud HTML report No
Recording mode Browser to JSON IDE recorder Studio Codegen No
Figma comparison Pixel-perfect diff No No No No
Jira issue on failure Bug with screenshots No No No No
AI assistant Chat, voice, report analysis No No No No
MCP server for coding agents 22 tools, 3 prompts No No Browser driver No
Infrastructure to maintain None, hosted Grid Yours Yours Yours

Framework capabilities reflect what ships in the box. Nearly all of them can be extended with community libraries, which is exactly the maintenance we are offering to take off your plate.

API testing

And against Postman

Postman is a fine API client. The difference is whether the API check can live in the same scenario as the UI check.

Feature ReTibe Postman Frameworks
REST API testing Yes Yes Through code
GraphQL testing Query, mutation, subscription Yes Through code
JSON schema validation Built-in Scripts Libraries
Rate limiting testing Built-in Manual Manual
Auth: Bearer, Basic, API key Built-in Yes Through code
Header validation with regex Yes Scripts Through code
Variables from previous steps {{variable}} Scripts Through code
API plus UI in one scenario Yes No Manual glue
Cookies reused from login Automatic Manual Through code
Run history and analytics Timeline, flakiness, trends Paid cloud No
Web interface, no code JSON + visual GUI Code

One scenario, both layers

A single ReTibe scenario opens the page, calls the API, feeds the response into a form with {{variable}}, checks the result through the UI and produces one report. With frameworks and Postman that is two or three tools and manual stitching.

See the API page
Security scanner

Seventeen categories, in the same run

No framework ships this. You would reach for a separate scanner, on a separate schedule, owned by a separate person.

SSL / TLS & HTTPS Security headers XSS reflected / DOM SQL injection Path traversal CORS misconfiguration Clickjacking Rate limiting Open redirect Information disclosure Cryptographic issues Session management JWT security OAuth security CSP analysis SRI validation CSRF protection

What you get back: a report scored 0 to 100, with a fix for each finding and a reference to the OWASP guidance it comes from. Eleven of the seventeen run by default; name the rest in the step to switch them on.

Only here

Things no framework has

Testing calendar

Schedules live in the product, not in someone's CI config. Colour-coded history and email alerts included.

Run history and flakiness

Timeline, duration trend, stability heatmap per step and a 0 to 100 flakiness score, out of the box.

Figma comparison

Pixel-perfect diff between the live page and the exported frame, so the build stays true to the design.

Jira on failure

A bug created automatically when a test fails, with the report link and screenshots attached.

Validator against fake tests

A green test that verifies nothing is worse than no test. Ours gets flagged in milliseconds, before a browser opens.

AI assistant and scenario requests

Describe what to check and get a working scenario. Or send a request and the AI writes one for your site within two days.

FAQ

The fair questions

When is a framework the better choice?

When you need arbitrary code in the middle of a test, a custom runner, or logic no JSON schema can express. Frameworks are unbounded, and that is their real advantage. If your suite lives on that freedom, keep it.

Do I need to know programming?

No. Scenarios are plain JSON. Record them in the browser, describe them to the assistant, or let the agent generate them from your codebase. Selenium and Cypress need JavaScript or TypeScript and a build setup.

Can I run it in CI?

Yes. A CLI and a REST API plug into GitHub Actions, GitLab CI, Jenkins and Azure DevOps, and reports export as JUnit XML so your existing CI reads them unchanged.

Can I use it for free?

Yes. The free plan runs 20 web tests and 20 bot tests a month, with 5 templates, 2 security scans and 100 API requests a day. Enough for a small project and for judging whether it fits yours.

Why not just use several tools?

You can. It means learning Postman, Cypress and a separate scanner, then stitching three sets of results together by hand. ReTibe puts the checks in one scenario and one report.

Pin one flow tonight

Keep the framework you have. Take the one flow you would hate to see break, put it here, and read the report in the morning.