Skip to content

Files

Latest commit

 

History

History
63 lines (49 loc) · 5.33 KB

community-helpers.md

File metadata and controls

63 lines (49 loc) · 5.33 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.

Webhooks

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

Visual-Testing

Reporters

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