near / near-workspaces-js

Write tests once, run them both on NEAR TestNet and a controlled NEAR Sandbox local environment
https://near.github.io/near-workspaces-js/
GNU General Public License v3.0
42 stars 21 forks source link

Optionally replace sandbox with indexer local node #119

Open tifrel opened 2 years ago

tifrel commented 2 years ago

I'd request to make it possible to have sandbox, testnet, or pointing to some local binary (in my case an indexer) to run the workspace. If someone can point me to the entry point where the node is run, I'll try to dig into it. The benefit would be the ability to not only end-to-end test contracts, but also how that integrates with any indexer you may have for your contract(s)