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

feat(testing): add playwright configuration generator #18013

Merged
merged 1 commit into from
Jul 14, 2023

Conversation

xiongemi
Copy link
Collaborator

@xiongemi xiongemi commented Jul 7, 2023

Current Behavior

Expected Behavior

Related Issue(s)

Fixes #

@vercel
Copy link

vercel bot commented Jul 7, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
nx-dev ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 13, 2023 8:05pm

@nx-cloud
Copy link

nx-cloud bot commented Jul 7, 2023

☁️ Nx Cloud Report

CI is running/has finished running commands for commit 13b7e4b. As they complete they will appear below. Click to see the status, the terminal output, and the build insights.

📂 See all runs for this branch


✅ Successfully ran 1 target

Sent with 💌 from NxCloud.

Copy link
Contributor

@barbados-clemens barbados-clemens left a comment

Choose a reason for hiding this comment

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

Just some initial thoughts.

@xiongemi xiongemi force-pushed the feat/playwrite-config-generator branch from e69e426 to d6ca24d Compare July 12, 2023 16:56
@xiongemi xiongemi force-pushed the feat/playwrite-config-generator branch from d6ca24d to e033ecc Compare July 12, 2023 17:30
@xiongemi xiongemi force-pushed the feat/playwrite-config-generator branch from e033ecc to 367dce3 Compare July 12, 2023 17:46
@xiongemi xiongemi force-pushed the feat/playwrite-config-generator branch from 367dce3 to 50bc4a8 Compare July 12, 2023 18:00
@xiongemi xiongemi changed the title Feat/playwrite config generator feat(testing): add playwright configuration generator Jul 12, 2023
@xiongemi xiongemi force-pushed the feat/playwrite-config-generator branch from 50bc4a8 to bd6af9d Compare July 12, 2023 20:01
@xiongemi xiongemi requested review from a team as code owners July 12, 2023 21:10
@xiongemi xiongemi requested a review from AgentEnder July 12, 2023 21:10
Copy link
Contributor

@barbados-clemens barbados-clemens left a comment

Choose a reason for hiding this comment

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

other than not being able to get CI to pass,
everything looks good to me.

Copy link
Member

@mandarini mandarini left a comment

Choose a reason for hiding this comment

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

Approved, but I added a comment, and also I have another minor comment:
for consistency maybe rename the packages/playwright/src/generators/configuration/generator.ts to packages/playwright/src/generators/configuration/configuration.ts and the packages/playwright/src/generators/init/generator.ts to packages/playwright/src/generators/init/init.ts, I think we tend to name the main generator file as the name of the generator/folder it is in! But not important!

.circleci/config.yml Outdated Show resolved Hide resolved
@xiongemi xiongemi force-pushed the feat/playwrite-config-generator branch from 345712e to 313b4f6 Compare July 13, 2023 18:35
@xiongemi xiongemi force-pushed the feat/playwrite-config-generator branch 2 times, most recently from 1d5b491 to fd8113a Compare July 13, 2023 18:57
@xiongemi
Copy link
Collaborator Author

Approved, but I added a comment, and also I have another minor comment: for consistency maybe rename the packages/playwright/src/generators/configuration/generator.ts to packages/playwright/src/generators/configuration/configuration.ts and the packages/playwright/src/generators/init/generator.ts to packages/playwright/src/generators/init/init.ts, I think we tend to name the main generator file as the name of the generator/folder it is in! But not important!

i renamed them. thanks

Copy link
Member

@AgentEnder AgentEnder left a comment

Choose a reason for hiding this comment

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

Looks good. Leaving 1 comment, feel free to address it or proceed as is.

@xiongemi xiongemi merged commit e5e561d into nrwl:master Jul 14, 2023
@github-actions
Copy link

This pull request has already been merged/closed. If you experience issues related to these changes, please open a new issue referencing this pull request.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jul 20, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants