'How to upload a Webdriver IO project (JavaScript) to a cloud service

I am trying to find a way to run Webdriver IO automation tests (JavaScript) on a cloud service, so that I can upload the code there and trigger it by 1 API request.

I see alternative 2 approaches to this task:

  1. A cloud service where I can upload the Webdriver IO project (JavaScript) and trigger the tests by 1 API request. Please advise if you know such cloud services?
  2. Somehow export the tests from the Webdriver IO project (JavaScript) as a ".side" file (it is Selenium IDE export format). And after that, upload this ".side" file to a service like Testingbot. Please advise if it is even possible to export tests from a Webdriver IO project as a ".side" file (or in any other format that can be uploaded to a could service)?

Thanks in advance.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source