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. Therefore having Copilot extension active is a requirement. Known IssuesRelease Notes1.0.0 Author: Bogdan Teodor (bogalex93)Initial 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! |