Warning
Project discontinued
This project is no longer maintained and has been archived. It will not receive new features, bug fixes, or security updates.
Thank you to everyone who used the project, reported issues, and contributed over the years. Your support is greatly appreciated.
Docker images with Mocks Server dependencies and command to start it.
Next Docker images are hosted in this repository:
- mocksserver/main - Docker image with
@mocks-server/mainNPM distribution installed and pre-configured.
- You must have Docker installed
- You must have Node.js v18.8.8 and NPM installed.
For running tests locally, follow the next steps:
- Install the dependencies
npm i
- Build the Docker image and tag it as
mocks-server:maincd images/main docker build . -t mocks-server:main
- Run the tests using the NPM script in the root folder:
npm run test