-
Notifications
You must be signed in to change notification settings - Fork 2
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
SFR 2238/run gha on local #537
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
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.
This would still be using drb qa since it was not changed in the cucumber.json
file
.github/workflows/Playwright.yml
Outdated
|
||
- name: Wait for the application to start | ||
run: | | ||
sleep 30 # Ensure the app has enough time to start up |
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.
nit: feel free to remove the comment. I think the name of the task is descriptive
@@ -2,7 +2,7 @@ | |||
"default": { | |||
"import": ["playwright/tests/**/*.ts", "playwright/support/**/*.ts"], | |||
"worldParameters": { | |||
"appUrl": "https://drb-qa.nypl.org", | |||
"appUrl": "http://localhost:3000", |
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.
If login is tested you may want to use local.nypl.org
Jira Ticket
This PR does the following: