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
Browser Version: Version 62.0.3202.89 (Official Build) (64-bit)
Is this a Feature or Bug?
Bug
Current behavior:
I have about 40 tests running locally. JavaScript bundle is quite large (40M, yes, sorry) due to sourcemap and other stuffs. After 12 tests, Chrome notified me that it paused because of potential out-of-memory crash when I had DevTools opened. If I don't have DevTools opened, the whole testing screen just became blank.
Desired behavior:
Tests should be run without Chrome pausing/or crashing.
How to reproduce:
Test code:
N/A
Additional Info (images, stack traces, etc)
The text was updated successfully, but these errors were encountered:
Is this a Feature or Bug?
Bug
Current behavior:
I have about 40 tests running locally. JavaScript bundle is quite large (40M, yes, sorry) due to sourcemap and other stuffs. After 12 tests, Chrome notified me that it paused because of potential out-of-memory crash when I had DevTools opened. If I don't have DevTools opened, the whole testing screen just became blank.
Desired behavior:
Tests should be run without Chrome pausing/or crashing.
How to reproduce:
Test code:
N/A
Additional Info (images, stack traces, etc)
The text was updated successfully, but these errors were encountered: