11[ ![ npm] ( https://img.shields.io/npm/v/@themost%2Ftest.svg )] ( https://www.npmjs.com/package/@themost%2Ftest )
22![ ] ( https://github.com/themost-framework/themost-test/workflows/test/badge.svg )
3- ![ ] ( https://img.shields.io/david/themost-framework/themost-test?path=modules%2Ftest ) ![ ] ( https://img.shields.io/david/peer/themost-framework/themost-test?path=modules%2Ftest )
4- ![ ] ( https://img.shields.io/david/dev/themost-framework/themost-test?path=modules%2Ftest )
5- ![ GitHub top language] ( https://img.shields.io/github/languages/top/themost-framework/themost-test )
6- [ ![ License] ( https://img.shields.io/npm/l/@themost/test )] ( https://github.com/themost-framework/themost-test/blob/master/LICENSE )
7- ![ GitHub last commit] ( https://img.shields.io/github/last-commit/themost-framework/themost-test )
8- ![ GitHub Release Date] ( https://img.shields.io/github/release-date/themost-framework/themost-test )
3+ ![ GitHub top language] ( https://img.shields.io/github/languages/top/themost-framework/test )
4+ [ ![ License] ( https://img.shields.io/npm/l/@themost/test )] ( https://github.com/themost-framework/test/blob/master/LICENSE )
5+ ![ GitHub last commit] ( https://img.shields.io/github/last-commit/themost-framework/test )
6+ ![ GitHub Release Date] ( https://img.shields.io/github/release-date/themost-framework/test )
97[ ![ npm] ( https://img.shields.io/npm/dw/@themost/test )] ( https://www.npmjs.com/package/@themost%2Ftest )
108[ ![ Snyk Vulnerabilities for npm package] ( https://img.shields.io/snyk/vulnerabilities/npm/@themost/test )] ( https://snyk.io/vuln/npm:%40themost%2Ftest )
119
@@ -20,7 +18,11 @@ This project contains a test api server for testing libraries and modules.
2018
2119### Usage
2220
23- Create a jasmine test spec and start testing api server
21+ ` @themost/test ` may be started as standalone application by using the following command:
22+
23+ npx @themost/test [--port] [--host]
24+
25+ or being started it as backend server in any testing environment:
2426
2527 import { getApplication, serveApplication, getServerAddress } from "@themost/test";
2628 import fetch from "node-fetch";
0 commit comments