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
(both generated by a brand new Angular 11 project)
And clicking on a specific spec link in the DEBUG view (I don't really know if it's supposed to work in the regular view)
We get this error in the console (apparently not the first time we click)
:
10 12 2020 08:43:34.836:INFO [Chrome 87.0.4280.66 (Windows 10)]: Connected on socket dqHo_8kFL8ZscxeQAAAD with id manual-834610 12 2020 08:43:34.867:WARN [Chrome 87.0.4280.66 (Windows 10)]: Disconnected (0 times)Client disconnected from CONNECTED state (transport error)Chrome 87.0.4280.66 (Windows 10) ERROR DisconnectedClient disconnected from CONNECTED state (transport error)Chrome 87.0.4280.66 (Windows 10) ERROR DisconnectedClient disconnected from CONNECTED state (transport error)Chrome 87.0.4280.66 (Windows 10): Executed 2 of 2 SUCCESS (0.092 secs / 0.038 secs)Chrome 87.0.4280.66 (Windows 10): Executed 2 of 2 SUCCESS (0.087 secs / 0.05 secs)
And, as we can see, all specs are eventually ran instead. LOG_DEBUG isn't too much of help here.
For an easy repro, create an empty Angular 11 project, with a new library in it and run its tests:
ng new --create-application=false --skip-git
cd<projectname>
ng g lib lib
ng run lib:test
2 spec files will be available to run
The text was updated successfully, but these errors were encountered:
kkoo95
changed the title
spec selection does not work
spec selection does not work anymore
Dec 10, 2020
When using this stack of dependencies:
and this config:
(both generated by a brand new Angular 11 project)
And clicking on a specific spec link in the DEBUG view (I don't really know if it's supposed to work in the regular view)
We get this error in the console (apparently not the first time we click)
:
And, as we can see, all specs are eventually ran instead. LOG_DEBUG isn't too much of help here.
For an easy repro, create an empty Angular 11 project, with a new library in it and run its tests:
2 spec files will be available to run
The text was updated successfully, but these errors were encountered: