docs/examples.md
Add your own examples to our Wiki Page
Playground repository where you can run tests in different helpers on a basic single-page website.
Tests repository demonstrate usage of
CodeceptJS repo contains basic tests (both failing and passing) just to show how it works. Our team uses it to test new features and run simple scenarios.
This repository contains complete E2E framework for CodeceptJS with Cucumber and SauceLabs Integration
chrome:headlessShould.js Assertion Librarywdio service (selenium-standalone, sauce)Complex testing solution by Gen3
Includes
End 2 end tests for Task management app (currently offline).
Tests repository demonstrate usage of
Examples from the book Practical End 2 End Testing with CodeceptJS by Paul Vincent Beigang.
This repository demonstrates usage of:
Testing Amazon website using Selenium WebDriver.
This repository demonstrates usage of:
Running CodeceptJS tests with Docker Compose
This repository demonstrates usage of:
Based on Setting up End-to-End Testing in Angular Project with CodeceptJS post by Armno Prommarak.
This repository demonstrates usage of
This repository demonstrates usage of
The purpose of this application is for learning the basics and how to use good practices and useful tools in automation.
declare function inject(): { I: CodeceptJS.I, [key: string]: any; };in the steps.d.tsfileairbnb-base, codeceptjs/codeceptjs and full ES6 supportThis is a ready to use example that shows how to integrate CodeceptJS with Puppeteer and Allure as reporting tool.
One button example with built-in mocked backend.
If you already have a UI testing solution based on the CodeceptJS and you need to implement advanced REST API testing you can just extend your existing framework. Use this implementation as an example. This is necessary if all integrations with TMS and CI/CD are already configured, and you do not want to reconnect and configure the plugins and libraries used for the new test runner. Use CodeceptJS!