https://github.com/stackworx/testing-workshop
https://github.com/stackworx/testing-workshop
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/stackworx/testing-workshop
- Owner: stackworx
- Created: 2019-04-11T19:04:23.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-13T19:30:11.000Z (about 7 years ago)
- Last Synced: 2025-03-17T11:19:20.784Z (about 1 year ago)
- Language: TypeScript
- Size: 223 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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