Skip to content

Commit

Permalink
Prepare plugin version for release v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
picimako committed Mar 28, 2021
1 parent bc57b8f commit c7858a4
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 15 deletions.
30 changes: 16 additions & 14 deletions plugindescription.html
Original file line number Diff line number Diff line change
@@ -1,26 +1,28 @@
Provides support for working with Cerner's various Terra libraries and components.
Adds support for working with Cerner's various Terra libraries.
<br>
<p>
This plugin focuses mostly on the test automation aspect of the Terra libraries but has some support for Terra UI
development as well.
This plugin focuses mostly on the Terra WDIO test automation area but has some support for UI development as well.
<p>
<br>
<b><a href="https://github.com/cerner/terra-toolkit-boneyard/blob/main/docs/Wdio_Utility.md">Terra-toolkit wdio utility</a></b>
<br>
<b><a href="https://github.com/cerner/terra-toolkit-boneyard/blob/main/docs/Wdio_Utility.md">Terra-toolkit WDIO
utility</a></b>
<p>
This part of the plugin provides the following features for easier handling of screenshots, and for reporting coding issues:
This part of the plugin provides tools for the easier handling of screenshots, and for reporting coding issues:
<ul>
<li>inspections for viewport and screenshot handling</li>
<li>tool window/panel for working with Terra wdio screenshots much easier, extended with bulk operations on them
<li>custom tool window for a better overview of Terra wdio screenshots, extended with bulk operations on them
</li>
<li>added and extended Quick Documentation popup contents</li>
<li>custom editors for previewing diff images, and comparing reference and latest screenshots</li>
<li>additional navigation options and visual clues for screenshot validation</li>
<li>added and extended Quick Documentation popup contents</li>
</ul>

<p>
<br>
<b><a href="https://engineering.cerner.com/terra-ui/home/terra-ui/index">Terra UI components</a></b>

<br>
<b><a href="https://engineering.cerner.com/terra-ui/home/terra-ui/index">Terra UI components</a></b>
<p>
Adds extended Quick Documentation popup content for React tags imported from terra packages.
Adds external documentation URLs to Quick Documentation popups for React tags imported from Terra packages.
</p>

For details on each functionality head to the <a href="https://github.com/picimako/terra-support">readme file</a> in
the plugin's GitHub repository.
To find out more details on each feature, please head to the <a href="https://github.com/picimako/terra-support">Terra Support GitHub repository</a>
where you can find detailed documentation.
2 changes: 1 addition & 1 deletion src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<idea-plugin require-restart="true">
<name>Terra Support</name>
<id>terra.support</id>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
<vendor url="https://github.com/picimako/terra-support">Tamas Balog</vendor>
<resource-bundle>messages.TerraBundle</resource-bundle>

Expand Down

0 comments on commit c7858a4

Please sign in to comment.