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
2021-04-24 14:04:11 -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 Add tests for Subdir operation 2021-04-24 19:32:02 +02:00
stdlib Add test on AWS eks 2021-04-23 13:51:50 +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 Add tests for Subdir operation 2021-04-24 19:32:02 +02: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 test on AWS eks 2021-04-23 13:51:50 +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