-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Replace Saucelabs with Playwright #1793
Conversation
fcbc1ff
to
6fc5324
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.
There is a lot of cleanup in this one commit, along with the actual changes. That makes it hard to track the actual changes.
It would be easier to review if there were separate commits in thie PR: One for "renaming and moving stuff", one for "replacing saucelabs with playwright".
Not in this PR anymore...
I left two remarks. Please think about them. Other than that I think the changes are good and the renaming and moving files is beneficial for understanding the project.
We should try to move away from grunt...
First part of reorganizing and cleaning up test-folders.
Second part of reorganizing and cleaning up test-folders.
122427b
to
9c3125d
Compare
Third part of reorganizing and cleaning up test-folders.
9c3125d
to
9ba7fb8
Compare
Also removed it from published files, since the script doesn't seem to be used. Fourth part of reorganizing and cleaning up test-folders.
Also reorganized npm scripts.
4a25bca
to
1a67625
Compare
1a67625
to
7716cbd
Compare
@nknapp I split the changes in multiple commits, if you want to take another look. |
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.
custom-server should be replaced with grunt-connect (see my comment there). We can replace it later, when we know better in which direction we are going
Also reorganized test-folders.