Skip to content

This is a presentation on frontend testing in containers held at FINN Academy 2016.10.26.

Notifications You must be signed in to change notification settings

finn-no/Frontend-Testing-in-Containers-on-Academy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Frontend Testing in Containers at FINN Academy - 2016.10.26

This is a presentation on frontend testing in containers held at FINN Academy 2016.10.26.

To watch the presentation, just go to https://finn-no.github.io/Frontend-Testing-in-Containers-on-Academy/.

More info below for working on the code.

Requirements

Make sure the correct node version is installed:

> node --version
v5.0.0

Install dependencies:

> npm install

Run presentation

Use the following for serving the content:

> npm start

This will build the presentation, start a web server hosting it and open the default browser showing it.

Make changes to the presentation

First, start up the presentation in reload mode:

> npm run develop

Now when you change the presentation, every change will be reloaded automatically in the browser.

Deploy the presentation to GitHub Pages

Any changes made can be deployed to GitHub Pages like this:

> npm run deploy

Releases

No releases published

Packages

No packages published

Languages