ember-test-explorer READMEThis is the ember-test-explorer vscode extension to help display & debug ember tests inside vscode. FeaturesThis plugin help us to visualize the ember test cases. RequirementsWorks for Ember project. Ember CLI is configured! Ember serve should be started before initializing plugin.(buggy as of now) Setup emberServer contributes property, default: (Updated in workspace settings.json file under .vscode folder) Please check out Feature Contributions settings for this plugin to get list of settings. To attach process to debugger, run in debug mode first weight for chrome to launch using 9222 port & then attach it to vscode using following setup in launch.json:
Extension SettingsExtension is enabled when ember test cases detected. Known IssuesCalling out known issues can help limit users opening duplicate issues against your extension. Release NotesUsers appreciate release notes as you update your extension. 1.0.0Initial release! |