Mocha allows me to use CoffeeScript (v2) files for my unit tests with: ``` mocha tests/unit/*_tests.coffee --compilers coffee:coffeescript/register ``` Would it be possible to have a similar option in codecept ? PS: Thank you for your great framework that deserves more traction.