dangeabunea / pluralsight-testcafe-weabapp

A sample Angular application used for the "Automated Browser Testing Using TestCafe & TypeScript" course

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Notes Sample Application

A sample Angular application used for the "Automated Browser Testing Using TestCafe & TypeScript" course

Requirements

  • Node 12+ (Can be installed from https://nodejs.org/en/)
  • Angular CLI 10 (Can be installed using npm install -g @angular/cli)

Run the App

  • Navigate to the root folder
  • Run the following command npm install (only need to do this once, after you download the source code)
  • Start the app by executing the following command npm run start

About

A sample Angular application used for the "Automated Browser Testing Using TestCafe & TypeScript" course


Languages

Language:TypeScript 61.3%Language:HTML 36.4%Language:CSS 2.3%