Skip to content

A sample repository based on Tour of Heroes but with working E2E tests in multiple browsers

Notifications You must be signed in to change notification settings

sven-hoffmann/oop-2018-toh-working-e2e-tests

Repository files navigation

Tour of Heroes example with working test suites

This repository is based on the original Tour of Heroes. For the original tutorial see: https://angular.io/tutorial

Before you do anything

Run npm install

Running unit tests in watch mode

Run ng test

Running unit tests once with code coverage

Run ng test --single-run --code-coverage
A folder name coverage will be created
Open the index.html in your favorite browser

Running e2e tests

Run npm run e2e
This will automatically update your webdrivers and run the tests in Chrome and Firefox in parallel.
Note: Requires installed Chrome and Firefox

About

A sample repository based on Tour of Heroes but with working E2E tests in multiple browsers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published