Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 744 Bytes

toc.md

File metadata and controls

16 lines (13 loc) · 744 Bytes

Beach-day Tutorial

It's important to keep in mind that beach-day runs on top of the Jasmine framework. This tutorial will give you everything you need to get started but won't go into great detail explaining Jasmine. Please refer to the jasmine documentation for more.

Source Files

All of the source files used in this tutorial can be found here

Tutorial Contents

  1. Project and Environment Setup
  2. Beach-day Fundamentals
  3. HTTP Calls - Running a GET
  4. HTTP Calls - Running a POST
  5. Assertions & sharing data between calls
  6. JSON Schema validation (Swagger or equivalent)
  7. Keeping test code DRY