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

Insiders config not working with test suite #196476

Closed
andreamah opened this issue Oct 24, 2023 · 3 comments
Closed

Insiders config not working with test suite #196476

andreamah opened this issue Oct 24, 2023 · 3 comments
Assignees
Labels
info-needed Issue requires more information from poster

Comments

@andreamah
Copy link
Contributor

Testing #196332

  1. clone vscode-livepreview
  2. Use the following .vscode-test.js
// .vscode-test.js
const { defineConfig } = require('@vscode/test-cli');

module.exports = defineConfig([
	{
		label: 'Stable',
		files: 'out/test/**/*.test.js',
		mocha: {
			ui: 'bdd',
		},
	},
	{
		label: 'Insiders',
		files: 'out/test/**/*.test.js',
		version: 'insiders',
		mocha: {
			ui: 'bdd',
		},
	},
	// you can specify additional test configurations, too
]);
  1. From the test runner extension, running 'Stable' works, but 'Insiders' returns this error:
image
@andreamah
Copy link
Contributor Author

Strangely, the Stable config doesn't work when running manually (but Insiders works):

image

@connor4312
Copy link
Member

It looks like those installs didn't extract completely / are missing files. Were there any errors/warnings seen when that vscode version was first being installed?

@connor4312 connor4312 added the info-needed Issue requires more information from poster label Oct 25, 2023
@vscodenpa
Copy link
Collaborator

This issue has been closed automatically because it needs more information and has not had recent activity. See also our issue reporting guidelines.

Happy Coding!

@vscodenpa vscodenpa closed this as not planned Won't fix, can't repro, duplicate, stale Nov 2, 2023
@github-actions github-actions bot locked and limited conversation to collaborators Dec 17, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
info-needed Issue requires more information from poster
Projects
None yet
Development

No branches or pull requests

3 participants