Search

Suggested keywords:
  • Java
  • Docker
  • Git
  • React
  • NextJs
  • Spring boot
  • Laravel

CodeceptJS - Supercharged End 2 End Testing Framework for NodeJS

  • Share this:
post-title
CodeceptJS is a new testing framework for end-to-end testing with WebDriver (or others). It abstracts browser interaction to simple steps that are written from a user perspective. It is synchronous where you don't need to care about callbacks, or promises, test scenarios are linear. Run your tests via Playwright, WebDriver, Puppeteer, TestCafe, Protractor, Appium. The code is the same.
  • Based on Mocha testing framework.
  • Designed for scenario driven acceptance testing in BDD-style
  • Uses ES6 natively without transpiler.
  • Also plays nice with TypeScript.
  • Smart locators: use names, labels, matching text, CSS or XPath to locate elements.
  • Interactive debugging shell: pause test at any point and try different commands in a browser.
  • Easily create tests, pageobjects, stepobjects with CLI generators.
https://codecept.io/
https://github.com/codeceptjs/CodeceptJS
License:
Tech: