6

Click here to load reader

Js Test Driver Introduction

Embed Size (px)

DESCRIPTION

Quick introduction to JsTestDriver, unit test framework for JavaScript testing.

Citation preview

Page 1: Js Test Driver Introduction

JsTestDriverMorgan Roderick

Page 2: Js Test Driver Introduction

What is it?

• Written by Miško Hevery at Google

• A server built in Java

• A test runner built in Java

• A bit of frontend code to instrument browsers

Page 3: Js Test Driver Introduction

Why JsTestDriver?

• Command line / Continous Integration

• Runs in real browsers

• Runs all tests at the same time

Page 4: Js Test Driver Introduction

How?

• Start server

• Capture browsers

• Run tests

• Demo time!

Page 5: Js Test Driver Introduction

Questions?