Skip to content

Instantly share code, notes, and snippets.

@streichsbaer
Created July 6, 2016 04:31
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save streichsbaer/1df8f2e16b2b22a35ee3d22c2668c6f6 to your computer and use it in GitHub Desktop.
Save streichsbaer/1df8f2e16b2b22a35ee3d22c2668c6f6 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="ISO-8859-1" ?>
<web-app>
<baseUrl>http://localhost:8080/</baseUrl>
<!-- A Java class to hold the Selenium steps to test the application in depth. Optionally required for in-depth authn/z and session management testing. -->
<class>net.continuumsecurity.examples.ropeytasks.RopeyTasksApplication</class>
<!-- Optional names of the session ID cookies for session management testing. -->
<sessionIds>
<name>JSESSIONID</name>
</sessionIds>
<!-- the default user to use when logging in to the app -->
<defaultUsername>bob</defaultUsername>
<defaultPassword>password</defaultPassword>
<incorrectPassword>SDFsdfwjx1</incorrectPassword>
<incorrectUsername>bobbles</incorrectUsername>
</web-app>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment