Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 502 Bytes

README.md

File metadata and controls

26 lines (21 loc) · 502 Bytes

Nexus integration tests

Starts the delta ecosystem with docker-compose and run tests on it

First, run:

docker-compose -f docker/docker-compose.yml up -d

Add the following local domains to your /etc/hosts file for S3StorageAccessSpec:

127.0.0.1 bucket.my-domain.com
127.0.0.1 other.my-domain.com
127.0.0.1 bucket2.my-domain.com
127.0.0.1 bucket3.my-domain.com

To run all the tests:

test

To run just some tests:

testOnly *RemoteStorageSpec