This project is example of how AVA test framework could be potentially used with Allure Report;
Step to use:
npm testnpm run allure:generatenpm run allure:serve
Note: There is a pretest script that removed previous test results,
it's just a rm -rf command, so not cross-platform.