Not seeing tests results


I can’t see the tests results, like what it was given and what was expected, also I only did the fisrt 2 tasks, but it says 4/5 completed.
I really liked to see the tests results to know what was used to run my codes, anyway to bring them back?

1 Like

Please use codeblocks and not images.

What’s your code for the removePlayer function?

sorry about the picture.

I haven’t done the removePlayer task, still have the throw new Error (‘Please implement the removePlayer function’)

If you stop it from throwing an error, you might see something different :wink:

@SleeplessByte This seems to be an issue with the new browser test runner. If I throw an exception (like the OP is doing), no helpful test failure message is shown in the results tab at all. No “unexpected exception” or such to help.

1 Like

I think I didn’t explain better, my problem is in task 1, in other exercises, when I pass a test, it would show the parameters used to test my code, with the expected result, now it don’t show anything, even when I pass every test. I would like to know if its a bug or not.

OK, so you find it irritating, that there is an arrow to “open” the successful test, but then there is nothing shown. It’s not about the failing test.

Sorry, we currently are still working on supporting that with the new test runner infrastructure. It’s not an easy task, but it will come back at some point.

You can submit via the CLI if you want the old behaviour NOW (but be aware that timeouts are common).