You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error: TypeError: Cannot read properties of null (reading '0')
The result of mix test --trace --seed=0 --only="" looks like following:
SomeTest [test/some_test.exs]
* test Some
newline
test [L#40]
So the extension failed to parse the test trace log.
The text was updated successfully, but these errors were encountered:
sglim
changed the title
If the test name has new line, Test Coverage tool is failed
If the test name has new line, Test Explorer failed to the initialization
Jan 2, 2023
If you set test name like in test file:
will cause the following error.
Error: TypeError: Cannot read properties of null (reading '0')
The result of
mix test --trace --seed=0 --only=""
looks like following:So the extension failed to parse the test trace log.
The text was updated successfully, but these errors were encountered: