Skip to content

restatedev/e2e-verification-runner

Repository files navigation

Verification Runner

Install and build

To get all the dependencies required to develop the node services:

$ npm install

To build:

$ npm run build

Build and push the docker image:

A node services Docker image is used by the verification tests in Kubernetes.

$ docker build --platform linux/arm64,linux/amd64 -t ghcr.io/restatedev/e2e-verification-runner --push .

Lint and format

Linting is run together with gradle check, you can format using:

$ npm run format

Running the services

As a webapp

SERVICES=InterpreterDriver node dist/app.js

As a standalone job

SERVICES=InterpreterDriverJob node dist/app.js

About

This repository contains the e2e verification runner

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages