How can I save Selenium/Selenese tests as .json files? -


how can store selenium test in .json file?

i store selenium tests logic-less .json file. selenium ide allows tests saved .html file (http://docs.seleniumhq.org/docs/02_selenium_ide.jsp#selenium-commands-selenese), logic-less, prefer have data stored in json file. json makes easier work test-runners nightwatch.js.

i not want tests stored in .js, java, python, c#, ruby formats.

it looks sauce labs has developed json format selenium builder: https://github.com/seleniumbuilder/se-builder/wiki/json-format


Comments

Popular posts from this blog

how to insert data php javascript mysql with multiple array session 2 -

multithreading - Exception in Application constructor -

windows - CertCreateCertificateContext returns CRYPT_E_ASN1_BADTAG / 8009310b -