Skip to content

Latest commit

 

History

History
54 lines (39 loc) · 3.52 KB

community-helpers.md

File metadata and controls

54 lines (39 loc) · 3.52 KB
permalink title editLink
/community-helpers
Community Helpers
false

Community Helpers

Share your helpers at our Wiki Page

Here is the list of helpers created by our community. Please add your own by editing this page.

Email Checking

Data Sources

  • codeceptjs-httpmock - a helper which wraps mockttp library to manage http mock in tests.
  • codeceptjs-http - a helper which wraps then-request library to process HTTP requests. It's alternative helper that provides more flexible request management.
  • codeceptjs-dbhelper - allows you to execute queries or commands to databases using database-js.

Cloud Providers

Integrations

Visual-Testing

Reporters

Page Object Code Generator

  • codeceptjs-CodeGenerator is a CodeceptJS custom wrapper which can create page class with action methods from the page object file(JSON) and project setup(Folder Structure).

Browser request control

  • codeceptjs-resources-check Load a URL with Puppeteer and listen to the requests while the page is loading. Enabling count the number or check the sizes of the requests.

Assertion & Validations

  • codeceptjs-chai is a CodeceptJS helper which wraps chai library to complete chai assertion steps with CodeceptJS logging.

Other