jasmine-ai-test-writer READMEShorthand to write unit tests with Copilot for Jasmine. FeaturesGenerate jasmine unit tests from you spec file. By pressing ctrl/command + t when you are in a spec file, the extension will get the corresponding targeted file and diplay a list of methods available for testing. RequirementsThis extension works in conjunction with Copilot. Thereore Copilot having Copilot extension active is a requirment. Known IssuesRelease Notes1.0.0Initial Release Following extension guidelinesMake sure your spec files have the same name as the targeted files for testing, example: test.ts -> test.spec.ts Press ctrl/command + t when you are in a spec file. A dropdown with all available methods will show. Select a method from the list, the method body will be send to copilot and it specs will start generating at your current cursor position. Enjoy! |