Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 831 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 831 Bytes

Marlon Test Showcase

Build Status

This is a small project with the sole purpose of listing and comparing different testing tools.

The project

The project consists of a board that participants can add their email address to. Participants are displayed by their name (extracted from their email addresses, with some extra formatting), and grouped by their company (also extracted from the email).

The tools

3 different tools are used to test this project:

  • PHPSpec (for unit tests) found in spec
  • PHPUnit (for both unit- and system tests) found in tests
  • Cypress (for end-to-end tests) found in end_to_end_tests