Monday, February 5, 2024
1 change · master
Enhancements to existing features
Knowledge app automated test tours were consolidated so they start up fewer times and run more efficiently. This reduces internal testing time by about 50 seconds, helping developers validate changes faster without changing the user experience.
Original PR description
Re-grouping smaller tours into larger ones allows saving up on the initial load of each tour setup, which can be pretty significant. The measured gained time of the 2 underlying commits together is about 50 seconds (~322 seconds to run all tours before the changes and ~271 after). Task-3598594