Changes between Version 2 and Version 3 of Ticket #57844, comment 13
- Timestamp:
- 03/03/2023 08:49:10 PM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #57844, comment 13
v2 v3 9 9 10 10 Thinking there should be an easy way to tell PHPUnit where to test from cli. Seems pretty easy to add couple more shortcuts to `package.json`. Then fix `grunt test` as currently it seems to be super slow and doing a lot of pointless stuff like running `grunt build` every time even when not needed and testing unchanged files, etc. Also perhaps stuff like `LOCAL_DIR="build" npm run env:start` can be documented better or automated. 11 12 And of course it won't hurt to keep an eye on the "next-gen unit testing". Seems it's coming faster than expected :) https://www.tabnine.com/blog/ai-unit-test-generation/