- chore(deps): bump org.jetbrains.kotlin:kotlin-reflect (#316)
- chore(deps): bump org.jetbrains.kotlin.jvm from 2.0.20 to 2.0.21 (#315)
- chore(deps): bump org.junit.jupiter:junit-jupiter-engine (#314)
- chore(deps): bump org.junit.jupiter:junit-jupiter-api (#313)
- chore(deps): bump commons-io:commons-io from 2.16.1 to 2.17.0 (#307)
- Merge pull request #312 from redhat-developer/0.4.3-bump
- chore: fix publish and bump version
- feat: added IU-2024.2 to IntelliJVersion (#302)
- fix: IdeaProject folder getting deleted by running local tests fixed #293 by @martinszuc in (#294)
- fix(UITest): fix for unstable tests & minor improvements #212 & #296 by @martinszuc in (#301)
- fix(UITest): fix for unstable MenuBar tests #278 by @martinszuc in (#295)
- Integrate the UI Test Robot properties inside test-project #256 by @richardkocian in (#282)
- waitForDialogsToDisappear method for empty project creation process #284 by @martinszuc in (#285)
- feat: Add UI integration tests for IntelliJ Ultimate #240 by @richardkocian in (#286)
- chore(deps): bump org.jetbrains.kotlin:kotlin-reflect from 2.0.0 to 2.0.20 in (#298)
- chore(deps): bump org.jetbrains.kotlin.jvm from 2.0.0 to 2.0.20 in (#299)
- chore(deps): bump org.jetbrains.kotlin:kotlin-stdlib from 2.0.0 to 2.0.20 in (#297)
- Add platformType and platformVersion to ProcessBuilder parameters (#239)
- Fix Project creation failing on GHA (#260)
- Add create EMPTY PROJECT methods (#275)
- Update dependencies
-
Add support for IntelliJ 2024.1
-
Update the
Remote-Robot
to version 0.11.22 -
Add support for IntelliJ CE 2023.2
-
Added custom test-project location
-
Update the
Remote-Robot
to version 0.11.18 -
Update Java to JDK 17
-
Update Gradle to version 7.6
-
Removed Redundancy in the ToolWindowsPane class
-
Added method for reopening project
-
Added possibility to redirect remote-robot logs to output files in user.dir/intelliJ_debug
- Add support for IntelliJ CE 2022.2
- Update the
Remote-Robot
to version 0.11.15 - Issues fixed:
- Typo in
utils.constan(t)s
- Not working
Sonar analysis
in PRs - The
TimeoutException
while working with the gradle tasks tree (JTreeFixture) on OS X
- Typo in
- Add DCO documentation
- Add support for IntelliJ IDEA 2022.1
- Add support for IntelliJ IDEA Ultimate (2020.2, 2020.3, 2021.1, 2021.2)
- Add support for the following IntelliJ IDEA versions:
- IntelliJ IDEA 2021.1 (Community Edition)
- IntelliJ IDEA 2021.2 (Community Edition)
- IntelliJ IDEA 2021.3 (Community Edition)
- Fix
java.net.ConnectException when closing IntelliJ IDEA
issue
- Update the
Remote-Robot
version to 0.11.13 - Fix
multiple screenshots overwriting each other
issue
- Update kotlin-stdlib and kotlin-reflect to version 1.6.0
- Add the CHANGELOG.md file
- Update the
Remote-Robot
version to 0.11.11 - Add support for starting the
IntelliJ IDEA Ultimate
- Update the
Remote-Robot
version to 0.11.8 - Fix the
SonarCloud
run for PRs - Fix the issues reported by the
SonarCloud
- Update the
README.md
file - Refactoring
- Add a code quality gating solution -
SonarCloud
- Add the contribution guide (the
CONTRIBUTING.md
file) - Add the license (the
LICENSE
file) - Integrate the
Remote-Robot
step logging solution - Update the
Remote-Robot
version to 0.11.7 - Create new fixtures for:
New Project
(with appropriate pages)Project Explorer
Build Tools Pane
Project Structure
- Refactoring
- Eliminate duplicate implementations of repeating test steps
- Rework existing custom fixtures to utilise existing remote-fixtures API
- Move the
test-project
folder to./src/test-project