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

Puppeteer E2E test: Allow regex exceptions #25396

Closed
wants to merge 1 commit into from

Conversation

LeviPesin
Copy link
Contributor

@LeviPesin LeviPesin commented Feb 1, 2023

Related issue: #24109

Description

Allow to add to exceptions or run with npm run make-screenshot a simple regular expression (e.g. webgpu* or *video*).

@mrdoob
Copy link
Owner

mrdoob commented Feb 2, 2023

This seems like over-engineering to me...

@LeviPesin
Copy link
Contributor Author

It's often useful e.g. when trying to regenerate screenshots -- i.e. you can run npm run make-screenshot *, or when you want to disable large amount of examples -- e.g. webgpu* or *video*.

@Mugen87
Copy link
Collaborator

Mugen87 commented Feb 2, 2023

This seems like over-engineering to me...

Indeed. I'm afraid is the kind of stuff that makes code bases unnecessarily complicated.

@LeviPesin
Copy link
Contributor Author

Ok, closing then.

@LeviPesin LeviPesin closed this Feb 2, 2023
@LeviPesin LeviPesin deleted the patch-4 branch February 2, 2023 09:42
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

Successfully merging this pull request may close these issues.

None yet

3 participants