-
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.
- Loading branch information
Showing
2 changed files
with
45 additions
and
3 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,6 +1,28 @@ | ||
<h4>0.6.0</h4> | ||
<h4>0.7.0</h4> | ||
|
||
<b>Terra-functional-testing support</b> | ||
<strong>Maintenance</strong> | ||
<ul> | ||
<li>Added support for the new terra-functional-testing npm package that is aimed to replace terra-toolkit in the long run.<br>For the detailed list of changes, see the full <a href="https://github.com/picimako/terra-support/blob/master/CHANGELOG.md#060">Changelog</a> on GitHub.</li> | ||
<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> | ||
<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> | ||
<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> | ||
<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> | ||
</ul> |