- 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