-
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.
* #52: Add search capability to the Terra Wdio tool window * Fix a NPE related to toggling statistics. * #53: add support for terra-functional-testing in the currently available feature set * Fix disposal logic of the root and spec node * #53: Update Terra wdio quick documentation provider to retrieve values from a dedicated bundle, and added links to terra-functional-testing documentation * #53: Add inspection to validate various Terra helper properties. Define sections in TerraBundle for better readablity. Move methods from TerraWdioInspectionBase to TerraWdioPsiUtil. * Improve Terra Functional Testing specific screenshot name resolution and add unit test for error handling of collecting screenshots * #44, #53: Add inspection to convert Terra.it helpers to Terra.validates forms. Replace some information in the readme with custom badges. * #53: Create inspections to validate the presence of screenshot names and the absence of duplicate screenshot names. Implement NoopResourceManager for projects not using any of the Terra libraries.Remove some commented out code.
- Loading branch information
Tamás Balog
authored
Jul 24, 2021
1 parent
c5cb51b
commit af0d1aa
Showing
206 changed files
with
5,108 additions
and
1,553 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
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,8 +1,6 @@ | ||
<h4>0.5.1</h4> | ||
<h4>0.6.0</h4> | ||
|
||
<b>Bugfix</b> | ||
<b>Terra-functional-testing support</b> | ||
<ul> | ||
<li>Fixed an issue with the diff and latest/reference previews due to API changes in IJ 2021.1. It caused the IDE | ||
to become unresponsive after opening either of these previews, due to a null value under the hood.</li> | ||
<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> | ||
</ul> | ||
|
Oops, something went wrong.