Closed lcswillems closed 3 years ago
Thank you for your question @lcswillems. The claim that it is faster is mostly based on empirical observation.
There are some things we know Truffle does and Test Environment doesn't. For example, Truffle loads all of the artifacts on startup from disk and these are often huge JSON files.
I don't know whether actually running the tests is also faster, as opposed to only startup time, and what this could be attributed to.
It is said everywhere it is faster than
truffle test
. But why? What is the thing you do differently and allows you to test faster?