-
The selenium tests found in privly-applications test all the core functionality of the system and will quickly tell you if there is an issue integrating privly-applications with privly-safari. These t…
-
Implementare dei test sull'interfaccia e su tutti i vari casi d'uso con Selenium potrebbe essere una buona idea. Non soltanto per rafforzare il codice del sito ma anche per poi scriverci una mini-seri…
-
```
We should automate the security tests in Selenium as well as having unit
tests to check that only the appropriate elements are allowed through.
```
Original issue reported on code.google.com by `…
-
```
We should automate the security tests in Selenium as well as having unit
tests to check that only the appropriate elements are allowed through.
```
Original issue reported on code.google.com by `…
-
I’m new to the entire concept of capturing JS coverage.
The way I intend to use Istanbul is to check how many lines of my JS code is being hit by my tests running in a browser, thus using code covera…
-
We are still having issues with the Selenium tests. It appears to have something to do with detecting and dismissing the onboarding step. With #4277, the tests now will quit and re-open Firefox, whi…
-
```
What steps will reproduce the problem?
1. download selenium from http://www.openqa.org/selenium,
http://www.openqa.org/selenium-ide/ and
http://wiki.openqa.org/display/SEL/waitForCondition
2. run …
-
These should be tagged with `@attr('slow')` or `@attr('selenium')` so that they can be easily selected with `-a` or `-A`. [selenose](http://selenose.readthedocs.org/en/latest/) can be used to manage s…
-
NoCode needs a test suite. I would like to volunteer to write both Selenium WebDriver + Java tests for the web app, and Appium + Java for the mobile app.
We also need a suite of cross browser tests…
-
I am running the program in docker setup in the exact way that is laid out in the ReadMe. After the program has been running for a while, it seems to hang and the webpage becomes unresponsive/doesn't …