Skip to content
Michael Bodnarchuk edited this page Apr 30, 2019 · 20 revisions

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.

End 2 end tests for Bugira Bugtracker app built with Rails & EmberJS. Bugira is a SaaS application which helps to collect user feedback and transform it into professional bugreports.

Tests repository deomstrate usage of

  • Puppeteer helper
  • ApiDataFactory helper
  • autoLogin plugin
  • Dynamic config with profiles

Examples from the book Practical End 2 End Testing with CodeceptJS by Paul Vincent Beigang.

This repository demonstrates usage of:

  • dynamic config with profiles
  • testing WYSIWYG editor
  • GitLab CI

Testing Amazon website using Selenium WebDriver.

This repository demonstrates usage of:

  • WebDriver helper
  • Page Objects
  • wdio services (selenium-standalone)
  • Parallel execution
  • GitLab CI setup

Previous version of Amazon Tests, still valid but quite different.

This repository demonstrates usage of:

  • WebDriver helper
  • Page Objects
  • Bootstrap and teardown
  • Parallel execution

Running CodeceptJS tests with Docker Compose

This repository demonstrates usage of:

  • CodeceptJS Docker image
  • WebDriver helper
  • Allure plugin

Test automation by ModusCreate agency with NightmareJS.

This repository demonstrates usage of:

  • Nightmare helper
  • Reports with Mochawesome
  • Docker
  • Page objects and page fragments

Based on Setting up End-to-End Testing in Angular Project with CodeceptJS post by Armno Prommarak.

This repository demonstrates usage of

  • Puppeteer helper
  • Working with Angular CLI
  • Reports with Mochawesome helper
Clone this wiki locally