Skip to content

Commit

Permalink
Config driven E2E testing. (FuelLabs#2003)
Browse files Browse the repository at this point in the history
Completely refactor E2E tests to be config driven.

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 authored Jun 20, 2022
1 parent 6c6b33e commit 90abd4c
Show file tree
Hide file tree
Showing 235 changed files with 919 additions and 719 deletions.
8 changes: 1 addition & 7 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ publish = false

[dependencies]
anyhow = "1.0.41"
assert_matches = "1.5.0"
forc = { path = "../forc", features = ["test"], default-features = false }
forc-util = { path = "../forc-util" }
fuel-asm = "0.5"
Expand All @@ -17,4 +16,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 90abd4c

Please sign in to comment.