-
Notifications
You must be signed in to change notification settings - Fork 0
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
Conversation
4ed7b32
to
d04c5b5
Compare
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 is looking really good to me! Some nits/questions in the comments
129eb5f
to
c9bfdf5
Compare
18c8530
to
74bcfc1
Compare
74bcfc1
to
270ae81
Compare
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.
Really good work here 🏆
|
||
if [ -d "$TARGET_DIR" ]; then | ||
for file in ${TARGET_DIR}gpx_*; do | ||
if [ -f "$file" ] && [ ! -x "$file" ]; then |
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.
sweeeet, didn't know about the -x
flag 🏆
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.
LGTM! Nice work 😊
No description provided.