• Stars
    star
    144
  • Rank 255,590 (Top 6 %)
  • Language
    JavaScript
  • License
    GNU General Publi...
  • Created almost 9 years ago
  • Updated 8 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A free to use Web API for practising API testing on

restful-booker

A simple Node booking form for testing RESTful web services.

Requirements

  • Docker 17.09.0
  • Docker Compose 1.16.1

Installation

  1. Ensure mongo is up and running by executing mongod in your terminal
  2. Clone the repo
  3. Navigate into the restful-booker root folder
  4. Run npm install
  5. Run npm start

Or you can run this via Docker:

  1. Clone the repo
  2. Navigate into the restful-booker root folder
  3. Run docker-compose build
  4. Run docker-compose up
  5. APIs are exposed on http://localhost:3001

API

API details can be found on the publically deployed version of Restful-Booker.

More Repositories

1

api-framework

A group of templated API test frameworks based upon this series: http://www.mwtestconsultancy.co.uk/category/api-web-service-testing/
Java
134
star
2

restful-booker-platform

A SaaS platform used for various test automation training
Java
124
star
3

wiremock-chrome-extension

A simple chrome extension for Wiremock
JavaScript
21
star
4

selenium-to-restassured

Easily share Selenium WebDriver cookies with Rest Assured back and forth with this Java library
Java
20
star
5

api-strategy-book-resources

This repository provides supporting examples for the book API Testing strategies
Java
17
star
6

llm-prompts-for-testing

A collection of LLM prompts to be used to help testing activities
11
star
7

generative-ai-and-testing

Repository containing additional material for the book AI Assisted Testing In Action
Java
8
star
8

api-webdriver-harmony

Supporting code for REST APIs and WebDriver: In Perfect Harmony by Mark Winteringham
Java
7
star
9

approval-testing-koans

Exercises to practise approval testing techniques
Java
4
star
10

rest-assured-example

A companion repository to the Rest-Assured course on http://automationintesting.com/restassured/course/
Java
4
star
11

state-talk

Repository of example code for my managing state talk
Java
3
star
12

approval-testing-app

Simple API for practising approval testing against
Java
2
star
13

k-cards-online

An online version of the facilitation tool K-Cards
Java
1
star
14

pairing-exercise-shicky

JavaScript
1
star
15

monitor-tutorial

Runable app for monitoring tutorial
JavaScript
1
star
16

WebDriverBeyondChecks

The source code for our tutorial.
Java
1
star
17

simple-api-monitor

Code to build an incredibly basic API monitor for Testers
JavaScript
1
star