tinymce / tinymce-vue

Official TinyMCE Vue component
MIT License
2.01k stars 202 forks source link

TINY-10569: Update bedrock for remote testing #405

Closed jscasca closed 2 months ago

jscasca commented 4 months ago

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)

tjdett commented 4 months ago

In draft pending https://github.com/tinymce/waluigi/pull/39 merge.

jscasca commented 4 months ago

This PR will need the broken tests to be fixed before it can be merged. (Feel free to fix the tests in this same PR)