https://github.com/devtron-labs/automation-suite
https://github.com/devtron-labs/automation-suite
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/devtron-labs/automation-suite
- Owner: devtron-labs
- License: apache-2.0
- Created: 2022-05-12T09:48:31.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-09-12T11:19:03.000Z (almost 2 years ago)
- Last Synced: 2025-04-20T16:38:51.701Z (about 1 year ago)
- Language: Go
- Size: 7.75 MB
- Stars: 2
- Watchers: 3
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.txt
- License: LICENSE
Awesome Lists containing this project
README
Limitations of Using "/testify/suite"
1.If you are using suite annotation on any test case then that case can't use (t *testing.T) annotation
2.If you are using suite annotation in any test class then that class can't append "_test" postfix if you use this
prefix then this class will not run via "*suite_test" class present in different folder location