flow-js-testing icon indicating copy to clipboard operation
flow-js-testing copied to clipboard

Should support TestNet testing

Open RohaanAdvani68 opened this issue 3 years ago • 0 comments

Issue To Be Solved

The testing library should enable users to not only test the features in the local emulator environment, but also in the TestNet environment. This would enable developers to be more confident in their smart contracts working as expected in a "real" network. Developers should not have to rely on manual testing once deployed to TestNet.

It should be as simple as a switch in environment vars (i.e. network=testnet) to switch between testing environments.

RohaanAdvani68 avatar Feb 24 '22 17:02 RohaanAdvani68