Skip to content

Commit

Permalink
Completely refactor E2E tests to be config driven.
Browse files Browse the repository at this point in the history
Rather than specifying which tests are to be run and how, we now can
describe each test with a TOML file.
  • Loading branch information
otrho committed Jun 20, 2022
1 parent 8f7c506 commit 8d8facd
Show file tree
Hide file tree
Showing 234 changed files with 914 additions and 708 deletions.
1 change: 1 addition & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,5 @@ rand = "0.8"
regex = "1"
serde_json = "1.0.73"
tokio = "1.12"
toml = "0.5"
tracing = "0.1"
Loading

0 comments on commit 8d8facd

Please sign in to comment.