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

Bump @playwright/test from 1.30.0 to 1.34.1 #690

Merged
merged 2 commits into from
May 26, 2023
Merged

Bump @playwright/test from 1.30.0 to 1.34.1 #690

merged 2 commits into from
May 26, 2023

Conversation

baev
Copy link
Member

@baev baev commented May 25, 2023

Context

Checklist

Sorry, something went wrong.

Verified

This commit was signed with the committer’s verified signature.
baev Dmitry Baev
@baev baev added the type:dependencies Pull requests that update a dependency file label May 25, 2023
const pattern = testInfo.selector.replace("#", " ");
return new RegExp(`^${escapeRegExp(pattern)}$`);
return new RegExp(`\\s${escapeRegExp(pattern)}$`);
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Now grep uses titles prefixed with the project name

@@ -109,13 +106,12 @@ test("should report failed test steps", async ({ runInlineTest }) => {
statusDetails: expect.objectContaining({
message: expect.stringContaining("expect(received).toBe(expected)"),
trace: expect.stringMatching(
/^\s*at\s+.*steps-should-report-failed-test-steps-project\/a\.test\.ts:12:26\)/,
/^\s*at\s+.*steps-should-report-failed-test-steps-project\/a\.test\.ts:12:26/,
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

message & trace formats were changed

Verified

This commit was signed with the committer’s verified signature.
baev Dmitry Baev
Copy link
Contributor

@vovsemenv vovsemenv left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks fine, small comments

@baev baev changed the title Bump playwright to latest Bump @playwright/test from 1.30.0 to 1.34.1 May 26, 2023
@baev baev merged commit 9db5b82 into master May 26, 2023
@baev baev deleted the bump-pw branch May 26, 2023 09:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
theme:playwright type:dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants