ATF: The "Run Performance Test" is missing in Yokohama Release
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2025 02:29 AM
The "Run Performance Test" UI action visible for Washington DC release but it is missing in Yokohama Release.
Is there any specific configuration to show that UI action in Yokohama Release?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2025 06:17 AM
Hi @tarapiyu
Try to repair the ATF plugin or update the plugin to the latest version and test.
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2025 07:10 AM
there is a difference and in Yokohama an extra check is added and hence unless that is also satisfied it's not shown
If you want to show in Yokohama then remove that extra check after careful review
In Washington DC the Condition is this
ATFUtil.canRunTest(current) && ATFPerformanceUtil.canRunPerformanceTest(current)
In Yokohama the Condition is this
ATFUtil.canRunTest(current) && ATFPerformanceUtil.canRunPerformanceTest(current) && current.sys_class_name != 'sys_atf_test_callable'
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader