Skip to content

IntelliJ plugin UI tests correction for debug IDEA 2023.2 #2531

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

Merged
merged 6 commits into from
Aug 30, 2023

Conversation

alisevych
Copy link
Member

@alisevych alisevych commented Aug 18, 2023

Description

IntelliJ plugin UI tests. Corrections due to switch debug IDE version to 2023.2:

  • Dialog locator changed.
  • Waiter for Gradle project build finished changed.
  • Project view displayed text changed.

How to test

Automated tests

  1. Comment exclude("/org/utbot/**") in utbot-intellij/build.gradle.kts
  2. Run Gradle task utbot-intellij:runIdeForUiTests
  3. Wait till debug IDEA is started
  4. Run All the tests in utbot-intellij/src/test/kotlin/org/utbot/tests
    CreateProjects will be run first each time - and only then UnitTestBotActionTest - using created projects.

Self-check list

  • I've set the proper labels for my PR (at least, for category and component).
  • PR title and description are clear and intelligible.
  • I've added enough comments to my code, particularly in hard-to-understand areas.
  • The functionality I've repaired, changed or added is covered with automated tests.
  • Manual tests have been provided optionally.
  • The documentation for the functionality I've been working on is up-to-date.

@alisevych alisevych added ctg-qa Issue is related to QA process comp-ide Issue is related to IDE support labels Aug 18, 2023
@alisevych alisevych self-assigned this Aug 18, 2023
@alisevych alisevych requested review from denis-fokin and Vassiliy-Kudryashov and removed request for denis-fokin August 18, 2023 07:53
@Vassiliy-Kudryashov Vassiliy-Kudryashov merged commit 638f803 into main Aug 30, 2023
@Vassiliy-Kudryashov Vassiliy-Kudryashov deleted the alisevych/ui_tests_correction branch August 30, 2023 13:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
comp-ide Issue is related to IDE support ctg-qa Issue is related to QA process
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants