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
Post a Comment