https://github.com/web2solutions/servicer
Service Registry made in Rust - Integration tests using Node and Cypress
https://github.com/web2solutions/servicer
Last synced: over 1 year ago
JSON representation
Service Registry made in Rust - Integration tests using Node and Cypress
- Host: GitHub
- URL: https://github.com/web2solutions/servicer
- Owner: web2solutions
- License: mit
- Created: 2021-04-14T01:00:50.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-19T02:35:46.000Z (over 5 years ago)
- Last Synced: 2025-02-04T13:44:42.136Z (over 1 year ago)
- Language: Rust
- Homepage:
- Size: 416 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ServiceR
**ServiceR is Service registry made in Rust**
Integration tests using Node and Cypress
## Install Rust
```bash
$ curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
```
## Install Integration Test Suite
```bash
$ npm install
```
### Run API
```bash
$ cd servicer
$ cargo run
```
### Run Test Suite (headless)
```bash
$ npm run test
```
### Run Test Suite (Interactive)
```bash
$ npm run cy:open
```