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
Solomon Hykes d7391fe948 Rename "deployment" to "environment": tests
Signed-off-by: Solomon Hykes <sh.github.6811@hykes.org>
2021-04-27 13:59:27 -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 Add test on AWS eks 2021-04-23 13:51:50 +02:00
cli.bats Rename "deployment" to "environment": tests 2021-04-27 13:59:27 -07: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 Add test on AWS eks 2021-04-23 13:51:50 +02: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