Skip to content

Releases: redhat-developer/intellij-common-ui-test-library

v0.0.8

08 Mar 22:41
19af8f5
Compare
Choose a tag to compare

git shortlog

  • 753edf3 Unify the implementation how the IntelliJ is being closed on different platforms (#97)

v0.0.7

08 Mar 22:42
aa73c59
Compare
Choose a tag to compare

git shortlog

  • 3ec1da6 Update the Remote-Robot to version 0.11.13 (#92)
  • b906ac7 Fix multiple screenshots overwriting each other (#91)
  • d45bf2e Update the Remote-Robot to version 0.11.12 (#87)

v0.0.6

09 Mar 01:23
63ded5d
Compare
Choose a tag to compare

git shortlog

  • bdf0482 Update kotlin-stdlib and kotlin-reflect to version 1.6.0 (#83)
  • 756be50 Add the CHANGELOG.md file (#81)

v0.0.5

09 Mar 01:26
48caae0
Compare
Choose a tag to compare

git shortlog

  • 759e3c8 Update the Remote Robot version to 0.11.11 (#76)
  • b0f7ddf Add support for starting IntelliJ Ultimate (#74)

v0.0.4

09 Mar 01:27
af6e33a
Compare
Choose a tag to compare

git shortlog

  • 6fb2b2e Update Remote Robot to 0.11.8 (#69)
  • 4b46729 Merge pull request #64 from zcervink/62
  • 8dfae82 (origin/62, 62) Small refactoring
  • e441665 Fix the issues reported from the SonarCloud
  • a473d47 Fix Sonar run for PRs
  • 47c9982 Update the README.md file (#67)

v0.0.3

09 Mar 01:28
8fdb212
Compare
Choose a tag to compare

git shortlog

  • 9af046d Utilise a code quality gating solution (#61)
  • 01e4d4a Add contribution guide (#55)
  • d9a7059 Integrate the remote-robot step logging solution (#60)
  • 6fa0b20 Create fixtures for handling project explorer (left side) and build tools pane (right side) (#51)
  • 6fc0d11 Update the Remote-Robot version to 0.11.7 (#58)
  • 8393266 Create a wizard fixture with the appropriate pages to handle new project creation (#50)
  • 66e40c8 Eliminate duplicate implementations of repeating test steps, refactor (#49)
  • 0fc5984 Add the LICENSE file to this project
  • e838fd7 Rework existing custom fixtures to utilise existing remote-fixtures API (#48)
  • 32c4e4f Move the 'test-project' folder to './src/test-project' (#39)
  • 4a022ba Added project structure dialog (#33)
  • 5e11be3 Merge pull request #30 from zcervink/24

v0.0.2

09 Mar 01:29
Compare
Choose a tag to compare

git shortlog

  • f321b41 Merge pull request #32 from zcervink/31
  • 85783a1 (origin/31) Fix issues in the README.md file
  • fcfc3ee Merge pull request #29 from zcervink/28
  • 76b2ecc (origin/28) Fix the errors in the javadoc
  • c59f7d9 Introduce fixtures & tests, config update
  • 7bdf832 Merge pull request #21 from zcervink/17
  • 11c863a (origin/17) Add JUnit test for starting and closing the IntelliJ for UI tests, perform some refactoring
  • caafa47 Merge pull request #19 from redhat-developer/16
  • 3bef0b6 Add the new nexus plugin, customize artifact ID, remove SNAPSHOT from the version
  • f473fe3 Merge pull request #14 from zcervink/13
  • bcafb9a (origin/13) Extend gradle configuration entry in the README.md file.
  • 85567bc Update the README.md to contain all necessary details for working with the library
  • 5d4bdc1 Merge pull request #10 from redhat-developer/9
  • 8d6ad6d Extend the build.gradle file to contain missing parts for deploying to nexus
  • e0bc6b3 Merge pull request #8 from redhat-developer/7
  • be3f852 Fix the upload to nexus issue
  • 0662c81 Merge pull request #6 from redhat-developer/5
  • 259986e Fix the Jenkinsfile issue with reading a nonexisting file
  • abc4d4f Merge pull request #4 from redhat-developer/3
  • 31036fb Merge Build and Package stage
  • 03724a3 Add configuration for deploying + some customization.
  • 2df4444 Create Jenkins file for building and deploying the library to nexus
  • 77ca0cb Fix the typo than affects starting some processes
  • 8fa224c Refatoring - rename some classes, addd some helper methods
  • 57e1404 Add support to accept terms and conditions on Windows (before starting IntelliJ Idea)
  • 6595677 Add support to accept terms and conditions on OS X (before starting IntelliJ Idea)
  • edb5656 Fix the NPE.
  • 0b9a9dd Add support to accept terms and conditions on Linux (before starting IntelliJ Idea), add the gradle-wrapper.jar
  • 2dc876f Replace the createPom task with code to use the Maven Publish Plugin in the build.gradle file
  • 80f590f Initial commit