Improve tests speeds by reusing tabs #3736
Labels
backlog
Out of scope for the current iteration but it will be evaluated in a future release.
team-agility
Reduce friction in Web Chat's development process
Notes:
webchat.js
, the goal of reuse tab is to reduce 5 seconds to 1 second or lesswebchat.js
for test is huge because we have instrumentation code for code coveragewebchat.js
is loaded via<script>
tag at the top of the pageIn the screenshot below, the quickest HTML test took 5.7 seconds to complete. Most tests took 10-11 seconds to complete. If run serially, it will take 1:28 hours to complete.
The text was updated successfully, but these errors were encountered: