Skip to content
This repository has been archived by the owner on Jul 21, 2018. It is now read-only.

nestproject/NestTestSuite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nest Test Suite

Build Status

This repository contains a set of shared tests for implementors of Nest servers to test their implementation.

Status

This test suite is incomplete and there are various improvements to be made.

Usage

You can build the test runner with SPM:

$ swift build

Once you've built it, you will need to serve application inside Server/application.swift from your HTTP server.

When you have the application running with your HTTP server, you can then run the test suite as follows:

$ ./.build/debug/NestTestSuite --host http://localhost:8080 Features/*.feature
-> Basic Nest compliance
  -> Performing a simple GET request

  1 scenarios passed, 0 scenarios failed.

About

A collection of shared tests for Nest server implementations

Resources

License

Stars

Watchers

Forks

Packages

No packages published