Skip to content
This repository has been archived by the owner on Apr 8, 2021. It is now read-only.

Latest commit

 

History

History
25 lines (16 loc) · 576 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 576 Bytes

cake-qa-test

Dev Tools

This app was build using a Yeoman generator and contains a simple SPA written in Angular 1.5, the app is to be used as part of the Automation Tester interview process. The app contains several bugs and but should be a simple task task for someone to write an automation suite against it.

Build commands:

Compile and package

gulp build

Local testing

gulp serve

Local testing with built assets

gulp serve:dist

Run unit tests

gulp test

Run E2E test

gulp protractor

Deploy to github pages

gulp deploy