-
Notifications
You must be signed in to change notification settings - Fork 26
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
Add eshop UI tests on AWS #552
Conversation
"@playwright/test": "^1.35.0", | ||
"@types/node": "^20.6.0", | ||
"@types/uuid": "^9.0.3", | ||
"typescript": "^5.2.2" |
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.
Adding dev dependencies because I was getting typescript compile errors
expect(endpoint).toBeDefined() | ||
|
||
// Remove quotes from the endpoint if they exist | ||
endpoint = (endpoint as string).replace(/['"]+/g, '') |
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.
fixing compile errors
@@ -0,0 +1,109 @@ | |||
{ |
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 generated this from tsc --init
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.
@willdavsmith can you please fork out and merge workflow fixes to edge/0.25? These fixes are required to run samples workflows, so not blocking them on rest of the changes in this pr will help.
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.
Overall looking really good. Just a couple small questions
Continuation of #378
Example successful run: https://github.com/radius-project/samples/actions/runs/6162147507/job/16722985776?pr=552
https://github.com/radius-project/samples/actions/runs/6163158641/job/16726122506?pr=552