A lightweight page object implementation with a focus on simplicity and extensibility
The default blueprint for ember-cli addons.
This ember-cli addon eases the construction of page objects on your acceptance and integration tests
WebdriverIO plugin for testing a Wikibase repo.
POMWright is a complementary test framework for Playwright written in TypeScript.
npm package for Kate Compton's tracery
This package is used to pre-build some configs (e.g. asset) in Wombat dapp.
A set of template classes and guides to help with developing component and page objects in Cypress.
WebdriverIO support for Angular component test harnesses.
A declarative API as a basis for platform- and framework-independent UI test automation.
A simple react router without flux and redux.
Common Components for Zycus Automation
Capybara finders re-implemented as custom Cypress commands
Minimal, token-efficient Database Read-Only PPI-safe MCP Server for PostgreSQL, MySQL, SQL Server, SQLite, MariaDB. Fork of DBHub with default-schema support.
A declarative API for framework-independent web UI test automation.
A selenium-webdriver extension to support native app testing by Mobile JSON Wire Protocol which appium supports, also provides easy wait for element for pages or navigation among pages, and supports PageObject pattern
Projeto do playwright com cucumber, teste de regressao visual, teste de acessibilidade e lighthouse integrado
Unfancy react router without flux and redux.
Yeoman generator for front-end with Atomic Design + Stylus + Webpack + Rupture + Kouto-Swiss + Jeet + ES6 + BrowserSync.
A web API adapter for Selenium.
An exemplary test suite for the popular TodoMVC application.
Add component's name in `data-qa` attributes to React Components Edit
A web API adapter for Protractor.
qavajs for cypress runner
Introduce page objects to your capybara-based functional tests
Provides a framework which lets you wrap any web page with a Ruby API.
Capybara provides excellent error messages for its built in predicate methods: has_selector?, has_text?, has_title? etc.. but when those are used from Page Objects while exposing predicate methods from the PageObjects themselves the error messages are lost and all we get is "expected true, got false". Including this module into your PageObject by adding "include CapybaraErrorIntel::DSL" after "include Capybara::DSL" will return the heuristic error messages.