0.0.5 • Published 3 years ago

@restqa/sidekick-server v0.0.5

Weekly downloads
1
License
MIT
Repository
github
Last release
3 years ago

Sidekick Server

An Awesome RestQa Sidekick

This project should help you to solve the follow problems related to RestQA :

  • How do get my own http-html report (See documentation) ?
  • How do I generate an html report within my CI tool ?
  • How do I use the Scenario Generator Website for API that not expose over internet ?

Getting Started

Using Docker

The command below will expose the server into the PORT 8080

docker run -p 8080:8080 --name restqa-sidekick -it restqa/sidekick-server

Using NPM

Clone the repository

git clone git@github.com:restqa/sidekick-server.git

Install the dependencies

npm install

Start the server

npm start
0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago