-
Notifications
You must be signed in to change notification settings - Fork 6k
[web] Running integration tests on Safari on Local #18488
Conversation
]; | ||
} | ||
|
||
String getStatementToRun(String testName, String mode) { |
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 should be just => 'flutter ${getTestArguments(testName, mode).join(' ')}'
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.
But it differs depending on where it runs. Check next lines. There is an if statement for LUCI. Trying to squeeze this method like that will make it less readable.
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.
changed the one in the other class (SafariIntegrationArguments).
b227b52
to
0a8a320
Compare
It looks like this pull request may not have tests. Please make sure to add tests before merging. If you need an exemption to this rule, contact Hixie on the #hackers channel in Chat. Reviewers: Read the Tree Hygiene page and make sure this patch meets those guidelines before LGTMing. |
Merging the PR the error in the MaciOSEngine logs' step is not relevant to this PR's changes (This PR code path is Web Engine Test Harness) |
Changes to felt to be able to run integration tests on Safari both on LUCI and on local MacOs machines.
fixes: flutter/flutter#57348
currently blocked on: flutter/flutter#57758