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

Tests do not run #13

Open
YonatanKra opened this issue Feb 24, 2022 · 1 comment
Open

Tests do not run #13

YonatanKra opened this issue Feb 24, 2022 · 1 comment

Comments

@YonatanKra
Copy link

I'm trying to run with the following configurtaion:

module.exports = {
	testMatch: 'src/**/*.test.ts',
	projects: [
		{
			name: 'Chrome Stable',
			use: {
				browserName: 'chromium',
				channel: 'chrome',
				headless: false
			},
		},
		{
			name: 'Desktop Safari',
			use: {
				browserName: 'webkit',
				viewport: {
					width: 1200,
					height: 750
				},
			}
		},
		{
			name: 'Desktop Firefox',
			use: {
				browserName: 'firefox',
				viewport: {
					width: 800,
					height: 600
				},
			}
		},
	]
};

This is the same configuration I'm using with playwright test.
With playwright-watch test the command line is just stuck and nothing's happening.

@YonatanKra
Copy link
Author

Issue was that the path was incorrect so the listener did not fire because there were no files. The issue remains that there is no error or any indication anything is wrong.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant