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 3cbdd1fc2a
Merge pull request #384 from TomChv/test-aws-ecr
Add tests for AWS ecr
2021-05-04 12:46:09 -07:00
..
cli add cmd/input/list to scan a plan for inputs 2021-04-22 17:39:36 -04:00
compute Rename tests with new naming convention and update tests lists 2021-04-24 22:33:52 +02:00
examples/react tests: fix react example test 2021-04-08 18:48:23 -07:00
ops fixed tests creds + added authprovider to client solver 2021-04-26 18:00:31 -07:00
stdlib Merge pull request #384 from TomChv/test-aws-ecr 2021-05-04 12:46:09 -07:00
cli.bats dagger: unset input tests 2021-04-30 20:02:29 +02:00
compute.bats tests: migrate compute tests to bats 2021-04-15 15:55:51 -07:00
examples.bats Rename "deployment" to "environment": tests 2021-04-27 13:59:27 -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 added tests for push-container with login 2021-04-26 17:42:48 -07:00
package.json tests: run bats tests in parallel 2021-04-26 10:42:56 -07:00
README.md misc(README): update README.md to use bats tests 2021-04-16 22:27:26 +02:00
stdlib.bats Merge pull request #384 from TomChv/test-aws-ecr 2021-05-04 12:46:09 -07:00
yarn.lock tests: run bats tests in parallel 2021-04-26 10:42:56 -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