-
Notifications
You must be signed in to change notification settings - Fork 2.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
feat(angular): add playwright to e2eTestRunner option #18163
feat(angular): add playwright to e2eTestRunner option #18163
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
5a4fdda
to
391a226
Compare
391a226
to
bbeb65a
Compare
bbeb65a
to
56a86a5
Compare
56a86a5
to
bbdb9f8
Compare
bbdb9f8
to
093d1a7
Compare
093d1a7
to
5462a66
Compare
5462a66
to
0e54d19
Compare
0e54d19
to
4e108a0
Compare
e45dafa
to
d2f4d5c
Compare
d2f4d5c
to
8ebb331
Compare
8ebb331
to
04a7ad9
Compare
04a7ad9
to
1f312f2
Compare
1f312f2
to
addad39
Compare
addad39
to
a355260
Compare
a355260
to
1364671
Compare
1364671
to
976103e
Compare
976103e
to
b38d931
Compare
@@ -74,5 +74,5 @@ | |||
}, | |||
"lint": {} | |||
}, | |||
"implicitDependencies": ["workspace", "cypress", "jest"] | |||
"implicitDependencies": ["workspace", "playwright", "cypress", "jest"] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See if these implicitDependencies are really needed.
@@ -198,9 +198,20 @@ async function addE2ETestRunner( | |||
): Promise<GeneratorCallback> { | |||
switch (options.e2eTestRunner) { | |||
case E2eTestRunner.Cypress: | |||
const { cypressInitGenerator } = ensurePackage< |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove this because cypress is installed
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. |
Blocked By: #18190 and #18202
Current Behavior
angular app generator only support cypress|none.
Expected Behavior
angular app generator supports playwright|cypress|none
Related Issue(s)
Fixes #