You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tests-functional/README.MD
+5-4
Original file line number
Diff line number
Diff line change
@@ -25,12 +25,13 @@ Functional tests for status-go
25
25
* Status-im contracts will be deployed to the network
26
26
27
27
### Run tests
28
-
- In `./tests-functional` run `docker compose -f docker-compose.anvil.yml -f docker-compose.test.status-go.yml -f docker-compose.status-go.local.yml up --build --scale status-backend=10 --remove-orphans`, as result:
29
-
* a container with [status-go as daemon](https://github.com/status-im/status-go/issues/5175) will be created with APIModules exposed on `0.0.0.0:3333`
28
+
- In `./tests-functional` run `docker compose -f docker-compose.anvil.yml -f docker-compose.test.status-go.yml -f docker-compose.status-go.local.yml up --build --remove-orphans`, as result:
29
+
* a container with [status-backend](https://github.com/status-im/status-go/pull/5847) will be created with endpoint exposed on `0.0.0.0:3333`
30
30
* status-go will use [anvil](https://book.getfoundry.sh/reference/anvil/) as RPCURL with ChainID 31337
31
-
*all Status-im contracts will be deployed to the network
31
+
* Status-im contracts will be deployed to the network
32
32
33
-
* In `./tests-functional/tests` directory run `pytest -m wallet`
33
+
* In `./tests-functional/tests` directory run `pytest -m rpc`
34
+
* To run tests against binary run `pytest -m <your mark> --url=http:<binary_url>:<binary_port> --user_dir=/<path>`
0 commit comments