-
-
Notifications
You must be signed in to change notification settings - Fork 728
Community Helpers & Plugins
Alexandru Ciobanu edited this page Oct 30, 2020
·
16 revisions
Here is the list of helpers created by our community. Please add your own by editing this page.
- MailCatcher - to check emails via Mailcatcher locally.
- codeceptjs-mailhog-helper - to check emails via Mailhog locally.
- codeceptjs-testmailapp-helper - to check emails via Testmail.app service.
- 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.
-
codeceptjs-saucehelper - a helper which updates
Test Names
&Test Results
on Saucelabs -
codeceptjs-bshelper - a helper which updates
Test Names
&Test Results
on Browserstack -
codeceptjs-tbhelper - a helper which updates
Test Names
&Test Results
on TestingBot
- codeceptjs-testrail - a plugin to integrate with Testrail
- codeceptjs-resemblehelper - a helper which helps with visual testing using resemble.js.
- codeceptjs-applitoolshelper - a helper which helps interaction with Applitools
- codeceptjs-rphelper is a CodeceptJS helper which can publish tests results on ReportPortal after execution.
- codeceptjs-xray-helper is a CodeceptJS helper which can publish tests results on XRAY.
- codeceptjs-slack-reporter Get a Slack notification when one or more scenarios fail.
- codeceptjs-browserlogs-plugin Record the browser logs for failed tests.
- 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).
- 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.
- codeceptjs-chai is a CodeceptJS helper which wraps chai library to complete chai assertion steps with CodeceptJS logging.
- codeceptjs-cmdhelper allows you to run commands in the terminal/console
- eslint-plugin-codeceptjs Eslint rules for CodeceptJS.