Closed (fixed)
Project:
Recipe
Version:
8.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
3 Jul 2020 at 18:52 UTC
Updated:
16 Jan 2021 at 15:54 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
dcam commentedI didn't end up consolidating the test classes as much as I originally hoped that I would. In particular I was hoping to consolidate migration test classes. I avoided it because each browser test method causes a new test environment to be generated. Consolidating classes would have meant consolidating setUp() methods. More complex test setups would have been run for simpler tests unnecessarily, resulting in a performance penalty.
Comment #4
dcam commented