SlideShare a Scribd company logo
Frisby.js - Give it a Toss
What is Frisby.js
Frisby is a REST API testing
framework built on node.js and
Jasmine that makes testing API
endpoints easy, fast, and fun.
Installation
npm install -g jasmine-node
npm install –save-dev frisby
The First Toss
Headers
Verb / Endpoint
Expectations
Toss
var frisby = require('frisby');
frisby.create('Github Users')
.addHeader('User-Agent','frisbyJS Test')
.get('https://api.github.com/users/vlucas')
.expectStatus(200)
.expectHeaderContains('Content-Type', 'json')
.expectHeader('Content-Type', 'application/json;
charset=utf-8')
.expectJSON({login: 'vlucas'})
.toss();
Multi-Request Tests
Call Backs
.after()
function(err, res, body)
.afterJSON()
function(JSON)
frisby.create('Nested Test Repos ContainsJson Frisby')
.addHeader('User-Agent','frisbyJS Test')
.get('https://api.github.com/users/vlucas')
.afterJSON(function(jsonResponse) {
frisby.create("using response from first request")
.addHeader('User-Agent','frisbyJS Test')
.get(jsonResponse.repos_url)
.expectJSON('?',{name: 'frisby'}) //? searches array
.toss();
})
.toss();
View the Response
Inspectors
.inspectJSON()
formatted response
.inspectBody()
no markup
frisby.create('Frisby Post')
.addHeader('User-Agent','frisbyJS Test')
.post('https://www.httpbin.org/post', {hello: 'world'})
.inspectJSON()
.expectStatus(200)
.expectBodyContains('world')
.toss();
http://www.frisbyjs.com
https://github.com/brendanconnolly/FrisbyExamples
http://www.brendanconnolly.net
Twitter @theBConnolly

More Related Content

PPTX
Node.js in a heterogeneous system
PDF
HTTPBuilder NG: Back From The Dead
PDF
Matthew Eernisse, NodeJs, .toster {webdev}
PDF
Node.js in a heterogeneous system
PPTX
How to configure multiple PostgreSQL-9
PDF
Node.js and Google Cloud
PDF
ORM over REST in NodeJS
PPTX
Nest in Peace
Node.js in a heterogeneous system
HTTPBuilder NG: Back From The Dead
Matthew Eernisse, NodeJs, .toster {webdev}
Node.js in a heterogeneous system
How to configure multiple PostgreSQL-9
Node.js and Google Cloud
ORM over REST in NodeJS
Nest in Peace

What's hot (20)

ODP
Building JBoss AS 7 for Fedora
PDF
Comredis
KEY
GPerf Using Jesque
ODP
Nodejs Intro - Part2 Introduction to Web Applications
PDF
Web Development with NodeJS
PDF
Module, AMD, RequireJS
PPT
Nodejs Intro Part One
PDF
JDO 2019: Serverless Hype Driven Development - Grzegorz Piotrowski
KEY
Background Jobs with Resque
PDF
Background processing with Resque
PDF
Vagrant plugin development intro
PDF
빈스톡 첫인상 with Git
PDF
Express node js
PDF
CommandBox & ForgeBox Package Management
PPT
Open Source Saturday - How can I contribute to Ruby on Rails?
PPTX
Building Web Apps with Express
KEY
Php resque
KEY
Node.js
PPTX
Intro to Node
PPTX
Rule of two
Building JBoss AS 7 for Fedora
Comredis
GPerf Using Jesque
Nodejs Intro - Part2 Introduction to Web Applications
Web Development with NodeJS
Module, AMD, RequireJS
Nodejs Intro Part One
JDO 2019: Serverless Hype Driven Development - Grzegorz Piotrowski
Background Jobs with Resque
Background processing with Resque
Vagrant plugin development intro
빈스톡 첫인상 with Git
Express node js
CommandBox & ForgeBox Package Management
Open Source Saturday - How can I contribute to Ruby on Rails?
Building Web Apps with Express
Php resque
Node.js
Intro to Node
Rule of two
Ad

Similar to Frisby.js - Give it a Toss (20)

PPTX
Frisby Api automation
PPTX
NodeJs
PDF
Superfast Automated Web Testing with CasperJS & PhantomJS
PDF
node.js practical guide to serverside javascript
PDF
Build web application by express
PDF
API Driven Application - AngulatJS, NodeJS and MongoDB | JCertif Tunisia 2015
PDF
API Days Australia - Automatic Testing of (RESTful) API Documentation
PDF
Node.js vs Play Framework (with Japanese subtitles)
PDF
Intro to testing Javascript with jasmine
PPTX
Rapid prototyping and easy testing with ember cli mirage
PDF
Node js introduction
PPT
nodejs tutorial foor free download from academia
PDF
Node.js vs Play Framework
PPTX
Test your microservices with REST-Assured
PDF
ForwardJS 2017 - Fullstack end-to-end Test Automation with node.js
PDF
Nodejs first class
KEY
How and why i roll my own node.js framework
PDF
Automation in angular js
PPT
KEY
NodeJS
Frisby Api automation
NodeJs
Superfast Automated Web Testing with CasperJS & PhantomJS
node.js practical guide to serverside javascript
Build web application by express
API Driven Application - AngulatJS, NodeJS and MongoDB | JCertif Tunisia 2015
API Days Australia - Automatic Testing of (RESTful) API Documentation
Node.js vs Play Framework (with Japanese subtitles)
Intro to testing Javascript with jasmine
Rapid prototyping and easy testing with ember cli mirage
Node js introduction
nodejs tutorial foor free download from academia
Node.js vs Play Framework
Test your microservices with REST-Assured
ForwardJS 2017 - Fullstack end-to-end Test Automation with node.js
Nodejs first class
How and why i roll my own node.js framework
Automation in angular js
NodeJS
Ad

More from Brendan Connolly (12)

PDF
Exploratory Testing As Code
PDF
Exploratory Testing As Code Eurostar23
PDF
Automation Maturity Heuristic
PDF
Architecting A Testing Strategy
PDF
Test Driven Testing
PDF
Manual Regression Testing Manifesto
PDF
Panoramic Quality: Fellowship of Testing in DevOps AgileTDUSA2019
PDF
Panoramic Quality: The Fellowship of Testing in DevOps
PPTX
Test Driven Testing
PPTX
Building a Crypto Bot with Node.js
PPTX
Regress to Impress
PDF
Leading by Example
Exploratory Testing As Code
Exploratory Testing As Code Eurostar23
Automation Maturity Heuristic
Architecting A Testing Strategy
Test Driven Testing
Manual Regression Testing Manifesto
Panoramic Quality: Fellowship of Testing in DevOps AgileTDUSA2019
Panoramic Quality: The Fellowship of Testing in DevOps
Test Driven Testing
Building a Crypto Bot with Node.js
Regress to Impress
Leading by Example

Recently uploaded (20)

PDF
System and Network Administraation Chapter 3
PPTX
Odoo POS Development Services by CandidRoot Solutions
PDF
Which alternative to Crystal Reports is best for small or large businesses.pdf
PPTX
Lecture 3: Operating Systems Introduction to Computer Hardware Systems
PDF
wealthsignaloriginal-com-DS-text-... (1).pdf
PDF
medical staffing services at VALiNTRY
PPTX
Introduction to Artificial Intelligence
PDF
Product Update: Alluxio AI 3.7 Now with Sub-Millisecond Latency
PDF
Upgrade and Innovation Strategies for SAP ERP Customers
PDF
Addressing The Cult of Project Management Tools-Why Disconnected Work is Hold...
PDF
Why TechBuilder is the Future of Pickup and Delivery App Development (1).pdf
PPTX
CHAPTER 2 - PM Management and IT Context
PDF
Designing Intelligence for the Shop Floor.pdf
PPTX
Computer Software and OS of computer science of grade 11.pptx
PDF
Softaken Excel to vCard Converter Software.pdf
PDF
EN-Survey-Report-SAP-LeanIX-EA-Insights-2025.pdf
PDF
Digital Strategies for Manufacturing Companies
PDF
Digital Systems & Binary Numbers (comprehensive )
PDF
Internet Downloader Manager (IDM) Crack 6.42 Build 41
PDF
Nekopoi APK 2025 free lastest update
System and Network Administraation Chapter 3
Odoo POS Development Services by CandidRoot Solutions
Which alternative to Crystal Reports is best for small or large businesses.pdf
Lecture 3: Operating Systems Introduction to Computer Hardware Systems
wealthsignaloriginal-com-DS-text-... (1).pdf
medical staffing services at VALiNTRY
Introduction to Artificial Intelligence
Product Update: Alluxio AI 3.7 Now with Sub-Millisecond Latency
Upgrade and Innovation Strategies for SAP ERP Customers
Addressing The Cult of Project Management Tools-Why Disconnected Work is Hold...
Why TechBuilder is the Future of Pickup and Delivery App Development (1).pdf
CHAPTER 2 - PM Management and IT Context
Designing Intelligence for the Shop Floor.pdf
Computer Software and OS of computer science of grade 11.pptx
Softaken Excel to vCard Converter Software.pdf
EN-Survey-Report-SAP-LeanIX-EA-Insights-2025.pdf
Digital Strategies for Manufacturing Companies
Digital Systems & Binary Numbers (comprehensive )
Internet Downloader Manager (IDM) Crack 6.42 Build 41
Nekopoi APK 2025 free lastest update

Frisby.js - Give it a Toss