vscode-jasmine-test-adapter icon indicating copy to clipboard operation
vscode-jasmine-test-adapter copied to clipboard

Jasmine Test Adapter for the VS Code Test Explorer

Results 13 vscode-jasmine-test-adapter issues
Sort by recently updated
recently updated
newest added

I'm running a single unit test in firebase/functions with jasmine via the cli : ~~~ import {} from 'jasmine'; import { httpHelloWorldFunction } from './http.js'; describe('functions/core/functions/http', () => { it('send...

Hi, First of all thank you for creating this excellent extension! I would like to request a (small?) feature. We've got a lot of tests in our project. When there's...

I very recently converted my project to use ES6 modules, and with NodeJS 14 (LTS), everything is fine: `npm test` running jasmine shows all my tests passing. Alas, I have...

We use Jasmine-TS to run our tests as it saves a compilation step and solves a few other problems for us. Naturally, jasmine-test-adapter extension just uses jasmine directly. Could support...

I'm currently working on a project with a lot of tests. Currently they are all collected together and run via Jasmine, however I'm looking to break them out into separate...

Im running with: ````json "jasmineExplorer.config": "test/unit/jasmine.json", "jasmineExplorer.nodeArgv": ["-r", "ts-node/register"] ```` im getting this: ````text /node_modules/ts-node/src/index.ts:434 return new TSError(diagnosticText, diagnosticCodes) ^ TSError: ⨯ Unable to compile TypeScript: ```` How do i...

I have multiple test suites in multiple folders. The test explorer currently displays these suites as a flat list prefixed by their location. E.g. \Folder 1\test-suite-1.spec.js \Folder 1\test-suite-2.spec.js \Folder 1\test-suite-3.spec.js...

Hello! I am trying to get the Jasmine explorer working with my project, but it is not displaying any of the tests. I think I found the reason, but I...

I have a `requires` set in my Jasmine config file. This works fine when running Jasmine from the command line but fails when run within VSCode Jasmine Test Explorer. Config:...

Could you please guide me on how to use this extension for WebdriverIO Jasmine tests ? I would really appreciate..i have been searching for Test explorer in VS Code for...