kubernetes-sigs / e2e-framework

A Go framework for end-to-end testing of components running in Kubernetes clusters.
Apache License 2.0
517 stars 101 forks source link

Order of e2e tests execution spread across multiple *.go files #449

Open przemolb opened 2 months ago

przemolb commented 2 months ago

What do you want to see?

Hello everyone, (this is not I would like to split all e2e tests across different *_test.go files for maintenance purposes. How do I enforce specific order of all Test* functions from different *_test.go files ? Is there any way I can do that ?

Extra Labels

No response

vladimirvivien commented 1 month ago

@przemolb I don't know of a way to force execution order of test functions spread across multiple files.