This is a future feature idea.
Info
Mocha has after hooks which is where I refresh the page, but it has no reference to the test that was ran (as far as I could tell). If Mocha did have a way to do this, no changes would be required.
If not, it would require each test to be isolated and ran in a mocha instance.