How to setup local server for @codetest/reports

@codetest/reports is a package that allows you to run engine tests locally, due to its high maintainance cost, we don't provide official reports server yet.

To generate reports, run the following command:

cd testing/reports
yarn build
yarn start


To run local reports server, run the following command:

cd testing/server
yarn dev


Go back to the page after server has started