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

https://github.com/stackworx/testing-workshop


https://github.com/stackworx/testing-workshop

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

# Javascript Testing Workshop

## Setup

cd backend
yarn install
docker-compose pull

cd frontend
yarn install

cd e2e
yarn install