Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/devtron-labs/automation-suite
https://github.com/devtron-labs/automation-suite
Last synced: 4 days 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 (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-12T11:19:03.000Z (2 months ago)
- Last Synced: 2024-09-12T22:38:30.249Z (2 months ago)
- Language: Go
- Size: 7.75 MB
- Stars: 2
- Watchers: 4
- 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