This repository has been archived on 2024-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
dagger/tests
Andrea Luzzardi 0f69f3a8af stdlib: gcr support
Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
2021-05-19 17:54:30 -07:00
..
cli
compute
examples/react Add #Push definition and tests 2021-05-13 21:38:15 +02:00
ops tests: added tests for keepgitdir 2021-05-13 10:39:32 -07:00
stdlib stdlib: gcr support 2021-05-19 17:54:30 -07:00
cli.bats
compute.bats
examples.bats Add #Push definition and tests 2021-05-13 21:38:15 +02:00
helpers.bash remove unused test helper 2021-05-15 16:05:09 +02:00
ops.bats tests: fixed test result 2021-05-13 14:22:35 -07:00
package.json
README.md Proposal to fix #442 2021-05-11 15:03:15 -07:00
stdlib.bats stdlib: gcr support 2021-05-19 17:54:30 -07:00
yarn.lock

Testing

TL;DR

# Install dependancies
yarn install

# Install gnu parallel if needed
# macOS
brew install parallel
# Debian derivatives
# apt-get install parallel

# Install sops if needed
# macOS
brew install sops

# Run all tests
yarn test

By default, the dagger binary is expected to be found in ../cmd/dagger/dagger relative to the tests directory.

If you need to change this, pass along DAGGER_BINARY=somewhere/dagger