Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow to run extension tests through typescript files #69674

Closed
AnanyaJha opened this issue Mar 1, 2019 · 1 comment
Closed

Allow to run extension tests through typescript files #69674

AnanyaJha opened this issue Mar 1, 2019 · 1 comment
Assignees
Labels
*duplicate Issue identified as a duplicate of another issue(s) feature-request Request for new features or functionality testing Built-in testing support

Comments

@AnanyaJha
Copy link

We currently use Mocha to run all of our tests through the out/ folder within our repository. We want to switch to using ts-node in conjunction with mocha so that we can run the tests and collect coverage information (with NYC) through the typescript files, rather than compiled javscript. This works fine for unit tests, but it doesn't seem to work with vscode-integration tests. I believe due to the way the extension development host is launched, it is looking specifically for a javascript extension so can't interpret our typescript files.
Is it possible to change that so that we are able to also run vscode-integration tests through the typescript files? Thanks!

@vscodebot vscodebot bot assigned mjbvz Mar 1, 2019
@vscodebot vscodebot bot added the typescript Typescript support issues label Mar 1, 2019
@mjbvz mjbvz removed the typescript Typescript support issues label Mar 2, 2019
@mjbvz mjbvz assigned octref and alexdima and unassigned mjbvz Mar 2, 2019
@alexdima alexdima assigned bpasero and unassigned alexdima Mar 4, 2019
@bpasero bpasero changed the title Run VSCode Integration Tests through typescript files Allow to run extension tests through typescript files Mar 4, 2019
@bpasero bpasero added feature-request Request for new features or functionality extensions Issues concerning extensions labels Mar 4, 2019
@isidorn isidorn added testing Built-in testing support and removed extensions Issues concerning extensions labels Dec 6, 2022
@connor4312
Copy link
Member

Duplicates microsoft/vscode-test#19

@connor4312 connor4312 added the *duplicate Issue identified as a duplicate of another issue(s) label Dec 4, 2023
@github-actions github-actions bot locked and limited conversation to collaborators Jan 19, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
*duplicate Issue identified as a duplicate of another issue(s) feature-request Request for new features or functionality testing Built-in testing support
Projects
None yet
Development

No branches or pull requests

8 participants