Releases: onsi/ginkgo
v2.27.5
v2.27.4
v2.27.3
v2.27.2
v2.27.1
v2.27.0
2.27.0
Features
Transforming Nodes during Tree Construction
This release adds support for NodeArgsTransformers that can be registered with AddTreeConstructionNodeArgsTransformer.
These are called during the tree construction phase as nodes are constructed and can modify the node strings and decorators. This enables frameworks built on top of Ginkgo to modify Ginkgo nodes and enforce conventions.
Learn more here.
Spec Prioritization
A new SpecPriority(int) decorator has been added. Ginkgo will honor priority when ordering specs, ensuring that higher priority specs start running before lower priority specs
Learn more here.
Maintenance
v2.26.0
2.26.0
Features
Ginkgo can now generate json-formatted reports that are compatible with the go test json format. Use ginkgo --gojson-report=report.go.json. This is not intended to be a replacement for Ginkgo's native json format which is more information rich and better models Ginkgo's test structure semantics.