fcl-dev-wallet icon indicating copy to clipboard operation
fcl-dev-wallet copied to clipboard

Remove testing harness

Open justinbarry opened this issue 2 years ago • 4 comments

Replace bundled dev wallet with https://github.com/onflow/fcl-next-harness.

justinbarry avatar Jul 12 '22 21:07 justinbarry

Should wait until FCLCrypto contract is deployed on emulator by default or may lead to issues attempting to verify account-proof on authn

gregsantos avatar Jul 12 '22 22:07 gregsantos

@justinbarry @gregsantos Heads up it looks like this may break the cypress tests. Looks like it uses harness as its baseUrl.

chasefleming avatar Aug 04 '22 18:08 chasefleming

My thinking was that we could import the other harness as a dependency and host it here.

justinbarry avatar Aug 04 '22 18:08 justinbarry

That would work, but if there's a test for login/authn will fail unless FCLCrypto contract is deployed to emulator

gregsantos avatar Aug 04 '22 18:08 gregsantos