Building a Web App Guided By Tests

Building a Web App Guided By Tests

Greg Stewart
Buy on Leanpub

Table of Contents

Building a Web App Guided By Tests

  • Introduction
    • Conventions
    • What we will be building
    • How we will build it
    • What you will need
  • Getting started
    • Setting up our project
    • Recap
  • Writing our first functional test
    • Web server: Express
    • Cucumber, WebDriver and Selenium
    • Our first test
    • Recap
  • Continuous delivery
    • Setting up our Continuous Integration environment using Codeship
    • Setting up Continous Deployment to Heroku
    • Recap
  • Building our assets
    • Compile our less to css
    • Concatenate and minify our JavaScript
  • Unit tests
    • Setting up our unit test runner using karma
    • Writing and running our first unit test
    • Running our tests as part of the build
    • Continuously running our tests
    • Adding code coverage
    • Recap
  • Development guided by tests
  • TODO
    • Appendices
Building a Web App Guided By Tests/