While we support Selenium as our core API and Selenium is a popular functional testing toolkit, we do not currently support running tests written in languages like Java/C#/Ruby/Python/etc. There are two reasons we don’t support general unit test-style tests:
First, Often these kinds of tests contain references to resources that aren’t accessible when running the test in the cloud. For example, we’ve seen tests that have hard coded URLs (ie: http://localhost:8080) and reference databases and web services to verify backend functionality.




Recent Comments