Open hrajchert opened 10 months ago
initial Idea for resolvers in the integration test space:
Given a swap contract between "Alice" and "Bob" for "20 tokenA" for "40 tokenB" When I submit contract I get TxId When I wait for confirmation Then the tx is confirmed
Progress
npm install --save-dev @cucumber/cucumber
nix-shell -p cucumber
initial Idea for resolvers in the integration test space: