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 ...
| Website | http://www.codecept.io |
| Revenue | $200000 |
| Employees | 1 (0 on RocketReach) |
| Founded | 2015 |
| Address | 12 The Brontes, Crawley, Surrey RH19 1TF, GB |
| Industry | Information & Document Management, Business Services |
| Keywords | Software Testing, Automation Framework, Test Automation, Testing Framework, Acceptance Testing, End To End Testing, Javascript Testing, Web Testing, Mobile Testing |
| Competitors | Cypress.io, Kanari, Mocha.js, JUnit, TestNG, Selenium, Robot Framework Foundation, Playwright, QUnit, Serenity/JS +30 more (view full list) |
| SIC | SIC Code 73 Companies, SIC Code 738 Companies |
| NAICS | NAICS Code 561 Companies, NAICS Code 56 Companies |
Looking for a particular Codecept Limited employee's phone or email?
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].