Integrations have been relying on bedrock nodes for testing (bedrockBrowsers). Since we want to remove bedrock-nodes, we need to update the version of bedrock to support remote testing (v14.1.2). Additionally, since beehiveFlowBuild does not support running pods in parallel we can use the new method mixedBeehiveFlow to run multiple pods in parallel for testing. (Optionally, we should be able to use beehiveFlowBuild by running the tests sequentially)
Integrations have been relying on bedrock nodes for testing (bedrockBrowsers). Since we want to remove bedrock-nodes, we need to update the version of bedrock to support remote testing (v14.1.2). Additionally, since
beehiveFlowBuild
does not support running pods in parallel we can use the new methodmixedBeehiveFlow
to run multiple pods in parallel for testing. (Optionally, we should be able to use beehiveFlowBuild by running the tests sequentially)