testplane 0.1.0 → 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -2
- package/build/package.json +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -86,9 +86,11 @@ The documentation is divided into several sections:
|
|
|
86
86
|
- [Testplane Events](docs/events.md)
|
|
87
87
|
- [Testplane Programmatic API](docs/programmatic-api.md)
|
|
88
88
|
|
|
89
|
-
## Rename from "
|
|
89
|
+
## Rename from "Hermione"
|
|
90
90
|
|
|
91
|
-
This project was formerly known as "
|
|
91
|
+
This project was formerly known as "Hermione", but eventually some copyright and trademark issues surfaced, leading to the decision to rebrand. After some discussion, we settled on "Testplane" as the official new title. We've tailored Testplane `v1` to be a drop-in replacement for Hermione `v8`.
|
|
92
|
+
|
|
93
|
+
Learn more about about migration from Hermione to Testplane in [the Docs](docs/migration-from-hermione.md).
|
|
92
94
|
|
|
93
95
|
## Contributing
|
|
94
96
|
|
package/build/package.json
CHANGED