Skip to content
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.

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

License

Notifications You must be signed in to change notification settings

vazco/meteor-e2e-simple-todos

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 88.7%
  • CSS 10.7%
  • HTML 0.6%