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
Expected Behavior: When I run all tests in a file with many tests, all tests return an appmap accessible via the VSCode/Intellij interface.
Actual Behavior: Only first test in file generates an appmap.
When running tests on a file with many tests, all of the files get recorded as a #{test_name}.appmap.json file, but only the first test in each file gets converted to a folder and shows up in the appmap extension.
This seems to happen consistently with controller specs, but not with model specs.
You can get around this by running each test case individually. However, if I try running all tests in a folder, only the first it... statement in each file creates an appmap.
The text was updated successfully, but these errors were encountered:
should allow the AppMaps to load regardless of stray “returns”.
It seems that something in the test environment of this project (the project that is exhibiting this problem when running specs) is maybe a long running thread that’s producing random call events.
Expected Behavior: When I run all tests in a file with many tests, all tests return an appmap accessible via the VSCode/Intellij interface.
Actual Behavior: Only first test in file generates an appmap.
When running tests on a file with many tests, all of the files get recorded as a
#{test_name}.appmap.json
file, but only the first test in each file gets converted to a folder and shows up in the appmap extension.This seems to happen consistently with controller specs, but not with model specs.
You can get around this by running each test case individually. However, if I try running all tests in a folder, only the first
it...
statement in each file creates an appmap.The text was updated successfully, but these errors were encountered: