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

Add Playwright E2E tests #129

Merged
merged 2 commits into from
Mar 19, 2024
Merged

Add Playwright E2E tests #129

merged 2 commits into from
Mar 19, 2024

Conversation

adamyeats
Copy link
Collaborator

No description provided.

@adamyeats adamyeats self-assigned this Feb 29, 2024
@adamyeats adamyeats requested review from a team, asimpson, bossinc, aangelisc and alyssabull and removed request for a team February 29, 2024 16:52
@adamyeats adamyeats marked this pull request as draft February 29, 2024 16:53
@adamyeats adamyeats force-pushed the playwright-e2e branch 6 times, most recently from 4ed7b32 to d04c5b5 Compare February 29, 2024 18:21
.github/workflows/ci.yml Outdated Show resolved Hide resolved
playwright.config.ts Outdated Show resolved Hide resolved
Copy link
Contributor

@aangelisc aangelisc left a comment

Choose a reason for hiding this comment

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

This is looking really good to me! Some nits/questions in the comments

@adamyeats adamyeats force-pushed the playwright-e2e branch 7 times, most recently from 129eb5f to c9bfdf5 Compare March 15, 2024 21:50
@adamyeats adamyeats force-pushed the playwright-e2e branch 21 times, most recently from 18c8530 to 74bcfc1 Compare March 18, 2024 18:51
@adamyeats adamyeats marked this pull request as ready for review March 19, 2024 13:17
Copy link

@asimpson asimpson left a comment

Choose a reason for hiding this comment

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

Really good work here 🏆


if [ -d "$TARGET_DIR" ]; then
for file in ${TARGET_DIR}gpx_*; do
if [ -f "$file" ] && [ ! -x "$file" ]; then

Choose a reason for hiding this comment

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

sweeeet, didn't know about the -x flag 🏆

Copy link
Contributor

@aangelisc aangelisc left a comment

Choose a reason for hiding this comment

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

LGTM! Nice work 😊

@adamyeats adamyeats merged commit 5f32592 into main Mar 19, 2024
5 checks passed
@adamyeats adamyeats deleted the playwright-e2e branch March 19, 2024 15:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

3 participants