You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I got a question regarding the test naming. When using test.describe the test name does not include that title in the output directory name. This may result in name clashes.
will result in the a name test-fixture-should-return-mocked-settings.
I would expect something like test-fixture-mockSettings-should-return-mocked-settings
Context:
System:
Binaries:
Languages:
Bash: 5.1.8 - /usr/bin/bash
@playwright/test 1.14.0
I got a question regarding the test naming. When using
test.describe
the test name does not include that title in the output directory name. This may result in name clashes.will result in the a name test-fixture-should-return-mocked-settings.
I would expect something like test-fixture-mockSettings-should-return-mocked-settings
Code Snippet
For example, if in file named fixture.spec.ts:
will result in a output dir named
test-fixture-should-return-mocked-settings
.I would expect something like
test-fixture-mockSettings-should-return-mocked-settings
This can be seen in on that PR: jupyterlab/jupyterlab#10796
Test artifacts can be found in the
Galata Tests
workflow.The text was updated successfully, but these errors were encountered: