You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should provide examples of performing front-end integration level tests, for our JS handicapped folks. Since the documentation currently has no node dependency it would make a for a good use case:
What I'd like to see
tests should be run via mvn test and work both locally and on travis
I m thinking Selenium WebDriver, but am open to alternative suggestions not sure about testng vs junit.
We should implement a simple smoke-test that opens the docs landing page and makes sure that there are no console error and the documentation.xml page is displayed,
bonus points for performing a search and getting results?
Nice to have, (add and run xqsuite tests from inside maven)
The text was updated successfully, but these errors were encountered:
What is the problem
We should provide examples of performing front-end integration level tests, for our JS handicapped folks. Since the documentation currently has no node dependency it would make a for a good use case:
What I'd like to see
mvn test
and work both locally and on travisThe text was updated successfully, but these errors were encountered: