An open API service indexing awesome lists of open source software.

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

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
```