Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Piotr Stachyra committed Jun 10, 2021
1 parent c5d4782 commit 9c21586
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions test/e2e/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@




# E2E testing
[![E2E Docker](https://github.com/input-output-hk/cardano-wallet/actions/workflows/e2e-docker.yml/badge.svg)](https://github.com/input-output-hk/cardano-wallet/actions/workflows/e2e-docker.yml) [![E2E Linux](https://github.com/input-output-hk/cardano-wallet/actions/workflows/e2e-linux.yml/badge.svg)](https://github.com/input-output-hk/cardano-wallet/actions/workflows/e2e-linux.yml) [![E2E MacOS](https://github.com/input-output-hk/cardano-wallet/actions/workflows/e2e-macos.yml/badge.svg)](https://github.com/input-output-hk/cardano-wallet/actions/workflows/e2e-macos.yml) [![E2E Windows](https://github.com/input-output-hk/cardano-wallet/actions/workflows/e2e-windows.yml/badge.svg)](https://github.com/input-output-hk/cardano-wallet/actions/workflows/e2e-windows.yml)

Expand Down Expand Up @@ -40,13 +41,13 @@ $ rake get_latest_configs[testnet]
$ rake start_node_and_wallet[testnet]
$ rake wait_until_node_synced
$ rake spec
$ rake stop_node_and_wallet
$ rake stop_node_and_wallet[testnet]
```
> :information_source: **_Linux / MacOS_**
cardano-node and cardano-wallet are started as separate [screen](https://www.gnu.org/software/screen/manual/screen.html) sessions. One can attach to the respective session using:
>```bash
>$ screen -r NODE
>$ screen -r WALLET
>$ screen -r NODE_testnet
>$ screen -r WALLET_testnet
>```
> :information_source: **_Windows_**
Expand Down
2 changes: 1 addition & 1 deletion test/e2e/Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -275,5 +275,5 @@ task :run_on, [:env, :sync_strategy, :skip_configs] do |task, args|
end

Rake::Task[:spec].invoke
Rake::Task[:stop_node_and_wallet].invoke
Rake::Task[:stop_node_and_wallet].invoke(env)
end

0 comments on commit 9c21586

Please sign in to comment.