mirror of
https://github.com/logos-blockchain/logos-execution-zone.git
synced 2026-08-25 11:21:12 +00:00
This PR introduces the initial Cucumber-based integration test framework for the LEZ, building on the testing-framework integration work started by @andrussal, adds the first set of Cucumber integration scenarios and establishes reusable infrastructure for future Cucumber scenarios. --------- Co-authored-by: Andrus Salumets <salumets.andrus@gmail.com> Co-authored-by: Sergio Chouhy <sergio.chouhy@gmail.com> Co-authored-by: Sergio Chouhy <41742639+schouhy@users.noreply.github.com> Co-authored-by: Roman <zajic@zajic.net> Co-authored-by: Daniil Polyakov <arjentix@gmail.com> Co-authored-by: Moudy <m.ellaz@hotmail.com> Co-authored-by: andrussal <salumets.andrus@gmail.com>
26 lines
269 B
Plaintext
26 lines
269 B
Plaintext
.gitconfig
|
|
|
|
res/
|
|
target/
|
|
deps/
|
|
data/
|
|
|
|
.idea/
|
|
.vscode/
|
|
|
|
rocksdb*
|
|
sequencer/service/data/
|
|
storage.json
|
|
statistics.json
|
|
|
|
result
|
|
|
|
wallet-ffi/wallet_ffi.h
|
|
bedrock_signing_key
|
|
integration_tests/configs/debug/
|
|
|
|
.DS_Store
|
|
|
|
/integration_tests/cucumber_tests/temp/
|
|
MyLogFile.log
|