inkdevhub / swanky-cli

The all-in-one developer environment for Parity pallet-contracts based smart contracts!
https://docs.astar.network/docs/build/wasm/swanky-suite/cli/
MIT License
70 stars 29 forks source link

Use ink! e2e framework if ink! language is selected #132

Open codespool opened 1 year ago

codespool commented 1 year ago

With v4, ink! now has e2e test support, which makes using mocha (node.js) redundant. If user choses ink! as a language, tests should be scaffolded using the ink! e2e framework. https://use.ink/basics/contract-testing/#end-to-end-e2e-tests