diff --git a/CHANGELOG.md b/CHANGELOG.md index 06bc9de..d1a6e92 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +### 1.0.0 + +#### BUGFIX +- [#57](https://github.com/picimako/terra-support/issues/57): Fixed an issue when rolling back Git changes on screenshots causes incorrect VirtualFiles to be stored. + +#### MAINTENANCE +- Upgraded library and plugin versions. +- Fine-tuned various segments of the documentation. +- Did some minor code simplifications. + ### 0.7.0 #### MAINTENANCE diff --git a/changelog.html b/changelog.html index 1e87b09..a63729b 100644 --- a/changelog.html +++ b/changelog.html @@ -1,28 +1,14 @@ -
TerraDescribeViewportsBlockingInspection
into TerraDescribeViewportsInspection
,
- and ScreenshotMismatchToleranceBlockingInspection
into ScreenshotMismatchToleranceInspection
.
- Terra.validates
- and Terra.it
Terra.describeTests
besides
- Terra.describeViewports
to be validated when they are nested in other describe blocks.
+ Terra.describeTests
when it is specified in an inline object.Terra.describeTests
when it is specified in an inline object.ClassCastException
log spam during viewport value retrieval.- This plugin focuses mostly on the are of Terra WDIO test automation but has some support for UI development as well. -
-
- Terra-toolkit WDIO
- utility and Terra
- Functional Testing
+ This plugin provides framework integration to Cerner's various Terra libraries (like UI components),
+ mainly focusing on the test automation aspects of them;
+ Terra Toolkit
+ and
+ Terra
+ Functional Testing.
+
- 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:
- Adds external documentation URLs to Quick Documentation popups for React tags imported from Terra packages. + The part that focuses on the Terra UI + components adds external documentation URLs to UI component React tags for easier navigation to related + documentation.
- -To find out more details on each feature, please head to the Terra ++ To find out more details on each feature, please head to the Terra Support GitHub repository where you can find detailed documentation. +
diff --git a/src/main/resources/META-INF/plugin.xml b/src/main/resources/META-INF/plugin.xml index 7e3badd..cef0fa6 100644 --- a/src/main/resources/META-INF/plugin.xml +++ b/src/main/resources/META-INF/plugin.xml @@ -2,7 +2,7 @@