-
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
Our first end-to-end tests #423
Conversation
Qodana Community for JVMIt seems all right 👌 No new problems were found according to the checks applied 💡 Qodana analysis was run in the pull request mode: only the changed files were checked View the detailed Qodana reportTo be able to view the detailed Qodana report, you can either:
To get - name: 'Qodana Scan'
uses: JetBrains/[email protected]
with:
upload-result: true Contact Qodana teamContact us at [email protected]
|
a873bff
to
4d13e9a
Compare
Qodana Community for JVM2 new problems were found
💡 Qodana analysis was run in the pull request mode: only the changed files were checked View the detailed Qodana reportTo be able to view the detailed Qodana report, you can either:
To get - name: 'Qodana Scan'
uses: JetBrains/[email protected]
with:
upload-result: true Contact Qodana teamContact us at [email protected]
|
4d13e9a
to
fb4e708
Compare
e9e8f70
to
5deb39e
Compare
Qodana Community for JVMIt seems all right 👌 No new problems were found according to the checks applied 💡 Qodana analysis was run in the pull request mode: only the changed files were checked View the detailed Qodana reportTo be able to view the detailed Qodana report, you can either:
To get - name: 'Qodana Scan'
uses: JetBrains/[email protected]
with:
upload-result: true Contact Qodana teamContact us at [email protected]
|
f32df12
to
a7be6b0
Compare
Signed-off-by: Yorgos Saslis <[email protected]>
…aults Rather than *requiring* users to go to the Settings screen for every new project they open and click 'OK' on the auto-detected values, we now pre-fill these values as defaults. Users still have the option of overriding these values to their own. Signed-off-by: Yorgos Saslis <[email protected]>
… a project already loaded Signed-off-by: Yorgos Saslis <[email protected]>
68cb15e
to
462e148
Compare
…issue - switches to unencrypted radicle key and correct env var to open project - also correctly registers `uiTest` and `endToEndTests` as junit tasks - separates "ui" from "e2e" tests - delegates opening the project to the tests, instead of firing up IntelliJ with this target project - ensures repo is writable - switches to matrix job - increased waiting time for IDEA to start - video-recorder improvements / fixes from https://github.com/JetBrains/intellij-ui-test-robot/tree/master/ui-test-example#video-recording Signed-off-by: Yorgos Saslis <[email protected]>
Signed-off-by: Stelios Mavrommatakis <[email protected]> Co-authored-by: Yorgos Saslis <[email protected]>
avoid delays in project import - by retrying to open settings - by waiting for git menu to show - uses correct annotation for video recording - ensures project has been fully loaded - removes unnecessary screenshots, now that we have video recording working again - only set values if they haven't already been set / auto-detected, to save some compute/time - settings title takes macOS into account - improves how we wait for project to load - ensures path is correct on windows Signed-off-by: Yorgos Saslis <[email protected]>
Signed-off-by: Yorgos Saslis <[email protected]>
Signed-off-by: Yorgos Saslis <[email protected]>
Signed-off-by: Yorgos Saslis <[email protected]>
Signed-off-by: Yorgos Saslis <[email protected]>
1ca8f36
to
492c903
Compare
No description provided.