vazco / meteor-e2e-simple-todos

Example usage of universe:e2e based on the Meteor/React tutorial

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Universe:E2E demo project

This repo is a example usage of universe:e2e - a complete end-to-end/acceptance testing solution for Meteor based on Mocha & Puppeteer.

You can compare the e2e branch to see what changes are required to implement this type of testing solution, or browse source code on your own.

Most interesting parts are located in the /imports/e2e-tests directory.

Installation

  1. You must have Meteor installed
  2. Clone and go to this repo
  3. Install dependencies with meteor npm install

Usage

To run tests in watch mode (non-headless developer mode):

meteor npm run e2e

For headless, CI-ready tests just execute:

meteor npm test

For full documentation please go to universe:e2e repository.


Original readme below:

Simple Todo List

The Meteor Tutorial app.

Use it to share a single todo list with your friends. The list updates on everyone's screen in real time, and you can make tasks private if you don't want others to see them.

Learn how to build this app by following the Meteor Tutorial.

Read more about building apps with Meteor in the Meteor Guide.

screenshot

About

Example usage of universe:e2e based on the Meteor/React tutorial

License:Other


Languages

Language:JavaScript 88.7%Language:CSS 10.7%Language:HTML 0.6%