https://github.com/openupm/verdaccio-test
Verdaccio Tests for OpenUPM
https://github.com/openupm/verdaccio-test
Last synced: 6 months ago
JSON representation
Verdaccio Tests for OpenUPM
- Host: GitHub
- URL: https://github.com/openupm/verdaccio-test
- Owner: openupm
- License: bsd-3-clause
- Created: 2020-06-25T17:34:47.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-10-26T15:42:51.000Z (over 2 years ago)
- Last Synced: 2024-12-30T09:29:09.192Z (over 1 year ago)
- Language: Shell
- Homepage:
- Size: 69.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Verdaccio Tests for OpenUPM
Requirements
- npm and yarn
- [bats](https://github.com/sstephenson/bats)
```bash
git clone https://github.com/sstephenson/bats.git
cd bats
./install.sh /usr/local
```
- [minio](https://github.com/minio/minio)
```
wget https://dl.min.io/server/minio/release/linux-amd64/minio
chmod +x minio
```
Build
```bash
# Checkout verdaccio
git clone --single-branch --branch openupm git@github.com:favoyang/verdaccio.git
# Checkout monorepo
git clone --single-branch --branch monorepo git@github.com:favoyang/monorepo.git
# Checkout verdaccio-storage-proxy
git clone git@github.com:openupm/verdaccio-storage-proxy.git
# Install npm libs
nvm use
npm install
# Build verdaccio
./build-all.sh
```
Run tests
```bash
nvm use
./run-tests.sh
```