-
Notifications
You must be signed in to change notification settings - Fork 149
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
[ACS-8688] export playwright shared lib #4068
Conversation
] | ||
}, | ||
"lint": { | ||
"executor": "@angular-eslint/builder:lint" |
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.
I think it's missing some configuration, the CI/CD says "nothing to lint"
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.
Yes I miss to add .eslintrc.js file, will add it in next commit.
seems like there any many lint issue after adding this on local to be resolved
@@ -1,7 +1,28 @@ | |||
{ | |||
"name": "playwright-shared", |
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.
I think ng-packge
file is missing
Quality Gate failedFailed conditions See analysis details on SonarCloud Catch issues before they fail your Quality Gate with our IDE extension SonarLint |
JIRA ticket link or change set's description
export aca-playwright-shared lib to used in ADW playwright e2e for better code reuse
https://hyland.atlassian.net/browse/ACS-8688