-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update plugin version to 1.0.0. Update changelog accordingly. Improve…
… plugin description.
- Loading branch information
Showing
4 changed files
with
38 additions
and
44 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,14 @@ | ||
<h4>0.7.0</h4> | ||
<h4>1.0.0</h4> | ||
|
||
<strong>Maintenance</strong> | ||
<ul> | ||
<li>Cleanup and simplification in several inspections.</li> | ||
<li>Merged <code>TerraDescribeViewportsBlockingInspection</code> into <code>TerraDescribeViewportsInspection</code>, | ||
and <code>ScreenshotMismatchToleranceBlockingInspection</code> into <code>ScreenshotMismatchToleranceInspection</code>. | ||
</li> | ||
<li>Refined documentation.</li> | ||
<li>Upgraded gradle and intellij-gradle-plugin versions.</li> | ||
</ul> | ||
|
||
<strong>Enhancement</strong> | ||
<strong>Bugfix</strong> | ||
<ul> | ||
<li>Screenshot reference suggestions are now sorted alphabetically when Ctrl+Clicking on screenshot names in <code>Terra.validates</code> | ||
and <code>Terra.it</code></li> | ||
<li><a href="https://github.com/picimako/terra-support/issues/56">#56</a>: Added <code>Terra.describeTests</code> besides | ||
<code>Terra.describeViewports</code> to be validated when they are nested in other describe blocks. | ||
<li><a href="https://github.com/picimako/terra-support/issues/57">#57</a>:Fixed an issue when rolling back Git | ||
changes on screenshots causes incorrect VirtualFiles to be stored. | ||
</li> | ||
<li>Added viewport value validation to the testOptions argument of <code>Terra.describeTests</code> when it is specified in an inline object.</li> | ||
<li>Added viewport quick documentation support for the testOptions argument of <code>Terra.describeTests</code> when it is specified in an inline object.</li> | ||
</ul> | ||
|
||
<strong>Bugfix</strong> | ||
<strong>Maintenance</strong> | ||
<ul> | ||
<li>Fixed a bug in default name resolution that spammed the logs with exception.</li> | ||
<li>Fixed a <code>ClassCastException</code> log spam during viewport value retrieval.</li> | ||
<li>Upgraded library and plugin versions.</li> | ||
<li>minor code simplifications.</li> | ||
</ul> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,27 @@ | ||
Adds support for working with Cerner's various Terra libraries. | ||
<br> | ||
<p> | ||
This plugin focuses mostly on the are of Terra WDIO test automation but has some support for UI development as well. | ||
<p> | ||
<br> | ||
<strong><a href="https://github.com/cerner/terra-toolkit-boneyard/blob/main/docs/Wdio_Utility.md">Terra-toolkit WDIO | ||
utility</a></strong> and <strong><a | ||
href="https://engineering.cerner.com/terra-ui/dev_tools/cerner-terra-toolkit-docs/terra-functional-testing/about">Terra | ||
Functional Testing</a></strong> | ||
This plugin provides framework integration to Cerner's various Terra libraries (like UI components), | ||
mainly focusing on the test automation aspects of them; | ||
<a href="https://github.com/cerner/terra-toolkit-boneyard/blob/main/docs/Wdio_Utility.md">Terra Toolkit</a> | ||
and | ||
<a href="https://engineering.cerner.com/terra-ui/dev_tools/cerner-terra-toolkit-docs/terra-functional-testing/about">Terra | ||
Functional Testing</a>. | ||
</p> | ||
<p> | ||
This part of the plugin provides tools for the easier handling of screenshots, and for reporting coding issues: | ||
The automation specific part of the plugin provides tools for the easier handling of screenshots, and for reporting | ||
coding issues, including but not limited to: | ||
<ul> | ||
<li>inspections for viewport and screenshot handling</li> | ||
<li>custom tool window for a better overview of Terra wdio screenshots, extended with bulk operations on them</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> | ||
<li>Inspections for viewport and screenshot handling,</li> | ||
<li>Custom tool window for a better overview of Terra wdio screenshots, extended with bulk operations on them,</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> | ||
<strong><a href="https://engineering.cerner.com/terra-ui/home/terra-ui/index">Terra UI components</a></strong> | ||
<p> | ||
Adds external documentation URLs to Quick Documentation popups for React tags imported from Terra packages. | ||
The part that focuses on the <a href="https://engineering.cerner.com/terra-ui/home/terra-ui/index">Terra UI | ||
components</a> adds external documentation URLs to UI component React tags for easier navigation to related | ||
documentation. | ||
</p> | ||
|
||
To find out more details on each feature, please head to the <a href="https://github.com/picimako/terra-support">Terra | ||
<p> | ||
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. | ||
</p> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters