-
Notifications
You must be signed in to change notification settings - Fork 856
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
[MM-62094] E2E: Don't including loading screen or other windows in server map, remove check for loading screen finish #3252
Conversation
Here are the test results below: Test Summary for Linux on commit e7fed2fNew failed tests found on Linux:
Test Summary for macOS on commit e7fed2fNew failed tests found on macOS:
Test Summary for Windows on commit e7fed2fNew failed tests found on Windows:
|
Here are the test results below: Test Summary for Linux on commit 9fdd96eNew failed tests found on Linux:
Test Summary for macOS on commit 9fdd96eNew failed tests found on macOS:
Test Summary for Windows on commit 9fdd96eNew failed tests found on Windows:
|
Here are the test results below: Test Summary for Linux on commit ad4b160New failed tests found on Linux:
Test Summary for macOS on commit ad4b160New failed tests found on macOS:
Test Summary for Windows on commit ad4b160New failed tests found on Windows:
|
ad4b160
to
1d2f65e
Compare
Here are the test results below: Test Summary for Linux on commit 1d2f65eNew failed tests found on Linux:
Test Summary for macOS on commit 1d2f65eNew failed tests found on macOS:
Test Summary for Windows on commit 1d2f65eNew failed tests found on Windows:
|
Here are the test results below: Test Summary for Linux on commit 67c8995New failed tests found on Linux:
Test Summary for macOS on commit 67c8995New failed tests found on macOS:
Test Summary for Windows on commit 67c8995New failed tests found on Windows:
|
/update-branch |
/update-branch |
Here are the test results below: Test Summary for Linux on commit 945c1bfNew failed tests found on Linux:
Test Summary for macOS on commit 945c1bfNew failed tests found on macOS:
Test Summary for Windows on commit 945c1bfNew failed tests found on Windows:
|
Here are the test results below: Test Summary for Linux on commit b541bc5New failed tests found on Linux:
Test Summary for macOS on commit b541bc5New failed tests found on macOS:
Test Summary for Windows on commit b541bc5New failed tests found on Windows:
|
Here are the test results below: Test Summary for Linux on commit 4fb5d82New failed tests found on Linux:
Test Summary for macOS on commit 4fb5d82New failed tests found on macOS:
Test Summary for Windows on commit 4fb5d82New failed tests found on Windows:
|
Here are the test results below: Test Summary for Linux on commit 5f36d80New failed tests found on Linux:
Test Summary for macOS on commit 5f36d80All stable tests passed on macOS. Test Summary for Windows on commit 5f36d80All stable tests passed on Windows. |
/update-branch |
switch (process.platform) { | ||
case 'darwin': | ||
username = '[email protected]'; | ||
break; | ||
case 'linux': | ||
username = '[email protected]'; | ||
break; | ||
case 'win32': | ||
username = '[email protected]'; | ||
break; | ||
default: | ||
throw new Error('Unsupported platform'); | ||
} |
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.
Why do we need to hardcode these usernames and for each platform?
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.
Hi @saturninoabril
This is a temp fix untill we have a support to spin up a server on run time and destroying it.
Since we use same user account and 1 instance, we end up running same tests in parallel on 3 OS. There are quite few tests that fail as they interact with default channel or slash command or assert text posted during other OS test is running. To avoid that I have created these on the /cloud
instance we use to test.
Summary
Ticket Link
Checklist
npm run lint:js
for proper code formattingRun Desktop E2E Tests
Device Information
This PR was tested on:
Screenshots
Release Note