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 d77c6f46ff
Merge pull request #342 from verdverm/scan-for-inputs
add cmd/input/list to scan a plan for inputs
2021-04-22 18:41:23 -07:00
..
cli add cmd/input/list to scan a plan for inputs 2021-04-22 17:39:36 -04:00
compute added comment about always flag + cue fmt 2021-04-15 12:34:15 -07:00
examples/react tests: fix react example test 2021-04-08 18:48:23 -07:00
ops support registry auth 2021-04-20 15:28:33 -07:00
stdlib Add tests on AWS s3 upload directory 2021-04-22 20:57:00 +02:00
cli.bats add cmd/input/list to scan a plan for inputs 2021-04-22 17:39:36 -04:00
compute.bats tests: migrate compute tests to bats 2021-04-15 15:55:51 -07:00
examples.bats test: react example: use dagger up instead of compute 2021-04-15 15:09:39 -07:00
helpers.bash fix(tests): Improve the verification of local kubernetes cluster to ignore "kind: Config" field of kubeconfig 2021-04-16 16:10:58 +02:00
ops.bats support registry auth 2021-04-20 15:28:33 -07:00
package.json tests: improve bats/gh integration 2021-04-15 00:48:49 -07:00
README.md misc(README): update README.md to use bats tests 2021-04-16 22:27:26 +02:00
stdlib.bats Add tests on AWS s3 upload directory 2021-04-22 20:57:00 +02:00
yarn.lock tests: use bats for integration tests 2021-04-14 15:18:34 -07:00

Testing

TL;DR

# Install dependancies
yarn --cwd install

# Run all tests
yarn --cwd 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