Closed bmingles closed 2 months ago
Tests 📝 | Passed ✅ | Failed ❌ | Skipped ⏭️ | Pending ⏳ | Other ❓ | Flaky 🍂 | Duration ⏱️ |
6 | 6 | 0 | 0 | 0 | 0 | 0 | 04:59:49 |
Name | Status | ms | Flaky 🍂 |
---|---|---|---|
should default to the correct settings | passed ✅ | 1735 | |
should return custom settings: Empty configs | passed ✅ | 293 | |
should return custom settings: Populated configs | passed ✅ | 191 | |
should be able to load VSCode | passed ✅ | 1038 | |
should only be visible when a supported file type is active: test.groovy | passed ✅ | 2783 | |
should only be visible when a supported file type is active: test.py | passed ✅ | 1012 |
No failed tests ✨
Testing I used a configuration targetting the first few ports starting at
10000
Initial config (servers all commented out)
Pip server port becomes reserved via config change
10000
)"http://localhost:10000/"
localhost:10000
should be listed under "Stopped" and no longer under "Managed"Start server outside of extension
10000
(outside of extension)Arbitrary config change
resolves #137