se-interpreter
se-interpreter copied to clipboard
Interpreter for Selenium Builder JSON scripts based on node.js and wd.
I can't figure out a command line option for browserOptions or a config setting that I can use to adjust screen size or just open a browser in maximized mode....
Is there an existing option to don't stop the entire test execution when an assertion fails, and instead just flag it as "Failed assertion" and continue the test execution? Or...
Please consider adding the ability to add a descriptive name to each test. We run automated tests against issues and it would be nice to have the test actually have...
Hi, I use Selenium Builder with this step : mouseOverElement. It doesn't work. I search for a solution and I finally find an answer from an open issue written by...
Hi sir, I run se-interpreter using jenkins, past week it does do good and correctly. Now when i try to run my interpreter-config with multiple json's the result of job...
Hello, I'm using the se-interpreter with Jenkins, but I can't get any report published as I'm not able to get the SessionID of the Sauce automated test. How could I...
I was able to run a simple Selenium .json test using: - https://www.npmjs.com/package/se-interpreter - https://www.npmjs.com/package/selenium-standalone - https://www.npmjs.com/package/phantomjs Here are my notes as to how I was able to do it:...
Hello, In the company where I work, we use the "se-interpreter" to run SeleniumBuilder tests on our web application builds. It's such a great tool and I am so happy...
- add step type moveMouseByOffset - add step type leftClick - add step type rightClick - fix calling convention of mouseOverElement - if a single argument is passed (an element...
Hi.. I like the integrated listener for development but i think there is room for improvement. e.g. ``` sample-test: Test failed: [Error: text does not match] ``` would be much...