📜  你在 jenkins 上做了什么测试 - 无论代码示例

📅  最后修改于: 2022-03-11 14:59:25.148000             🧑  作者: Mango

代码示例1
I personally set up 2-3 jobs for automated tests
 One for smoke - > Smoke is running daily 2,3 times a day , making sure 
that all environments are up and running
- Full regression (80% automation 20% manual)?
* Before each production release(after 3 sprints)
* Only very stable test cases are stored in full regression
* Updating functionality
- Minor regression
* Runs at the end of sprint
* Tests that are related to certain modules and functionalities
* I use tags to specify which module to run