0xPolygonMiden / miden-client

Client library that facilitates interaction with the Miden rollup
MIT License
29 stars 25 forks source link

Add option to run integration tests using remote node #270

Closed mFragaBA closed 3 months ago

mFragaBA commented 3 months ago

What should be done?

Currently integration tests expect a locally running node. Some users want to have a remote note that they run the tests against. We should provide the ability to do so

How should it be done?

We should add a config file for integration tests / using the same config file but with an integration test profile

When is this task done?

when you can run integration tests using either a local or external node.

Additional context

No response

mFragaBA commented 3 months ago

closing as the PR already got merged