-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Prefix test results with filename when running multiple files #53
Comments
Yeah, this would be sweet ✨ |
Perhaps a way to specify a regex, or something like it, for file naming conventions. I'm not opposed to opinionated libraries, but I know that some people use Maybe something like a |
I'm allergic to options, but I'm happy to make the normalizing smarter. Any other naming patterns you can think of? |
|
I personally like dot notation. With the test name/function being
etc. |
@Qix- That won't look very pretty for test titles with spaces, which most of mine are.
Probably better to use a non-common symbol, so not to be confused when the user has a test like: How about |
|
@Qix- Yup, we can use |
We should prefix the tests with the filename minus extension and prefix
test-
so this isn't needed.test-url.js
withtest('foo bar')
would be:// @floatdrop
The text was updated successfully, but these errors were encountered: