stars 1 stars 2 stars 3

CodeceptJS is opensource MIT licensed testing framework. Write acceptance tests from user's perspective. Make tests readable and easy to follow. Run your tests via Playwright, WebDriver, Puppeteer, TestCafe, Protractor, Appium. The code is the same. Learn More Control tests as they run. Pause tests at any point and execute commands to try locators. Learn More PageObjects are essential to write stable and reusable code! Learn More Test native mobile apps using Appium or Detox. Learn More Tests are split into chunks and executed in multiple processes. Learn More Can we use it for long scenarios? Sure! const faker = require('faker'); // Use 3rd-party JS code Feature('Store'); Scenario('Create a new store', async ({ I, login, SettingsPage }) = { const storeName = faker.lorem.slug(); login('customer'); // Login customer from saved cookies SettingsPage.open(); // Use Page objects I.dontSee(storeName, '.settings'); // Assert text not present inside an element (located by CSS) I.click('Add', '.settings'); // Click link by text inside element (located by CSS) I.fillField('Store Name', storeName); // Fill fields by labels or placeholders I.fillField('Email', faker.internet.email()); I.fillField('Telephone', faker.phone.phoneNumberFormat()); I.selectInDropdown('Status', 'Active'); // Use custom methods I.retry(2).click('Create'); // Retry flaky step I.waitInUrl('/settings/setup/stores'); // Explicit waiter I.see(storeName, '.settings'); // Assert text present inside an element (located by CSS) const storeId = await I.grabTextFrom('#store-id'); // Use await to get information from browser I.say(`Created a store with ${storeId}`); // Print custom comments }).tag('stores');`; Brought to you by creators of CodeceptJS. We have been using CodeceptJS as our UI testing framework, and it has made writing tests so simp le for us, the amount of options and features available in CodeceptJS just out of the box are perfect for us to test an application like Percona Monitoring and Management (PMM), with so many dashboards & Metric ...

Codecept Limited Questions

The Codecept Limited annual revenue was $200000 in 2026.

Codecept Limited is based in Crawley, Surrey.

The NAICS codes for Codecept Limited are [561, 56].

The SIC codes for Codecept Limited are [73, 738].

Learn More
How It Works
get free account
Get a Free Account
Sign up for a free account. No credit card required. Up to 5 free lookups.
search page
Search the #1 Contact Database
Get contact details of over 700M profiles across 60M companies – all with industry-leading accuracy. Sales and Recruiter users, try out our Email Finder Extension.
get contact page
Use our AI-Powered Email Finder
Find business and personal emails and mobile phone numbers with exclusive coverage across niche job titles, industries, and more for unparalleled targeting. Also available via our Contact Data API.
G2 Leader Spring 2026 G2 Best Est ROI Mid Market Spring 2026 G2 Easiest Admin Mid Market Spring 2026 G2 Most Implementable Spring 2026 G2 Best Results Mid Market Spring 2026 G2 Lead Capture Mid Market Spring 2026 Inc Fastest Growing Private Companies 2026 Inc Best Workplace 2025
g2crowd
G2Crowd Trusted
chromestore
300K+ Plugin Users