Test cases on different platforms

How would you create a test case that switches between different platforms or can this only be done with test suites?

For instance -

Start Android App on MOBILE
Do something in Android App on MOBILE
Start Chrome on testing LAPTOP
Do something in Chrome on testing LAPTOP
Do something else in Android App on MOBILE

It is a single test case but breaking it up into 3 cases so they can run in sequence seems cumbersome.

Hi @davex814

Currently running Mobile, Web and Desktop in a single test case is not yet supported. We will consider in our future releases. Thank you for your question !