-
Notifications
You must be signed in to change notification settings - Fork 61
axemclion edited this page Nov 11, 2014
·
9 revisions
Use the browser-perf node module, and define custom actions.
You can use the prescript
option to log in and ensure that a cookie is set. When running the test, the cookie will still be used and you will be able to test the page as a logged in user.
Perfjankie is a module built on top of browser-perf that saves the results and HTML to display graphs in a CouchDB database. We use it for generating graphs like this and this.
The steps to debug the issue would be
- Is selenium running?
- Can you open a browser using selenium? You can use the wd module directly to see if selenium works.
- Run browser-perf with a
debug
flag andverbose
flags. This will leave the browser windows open after the tests and give you extensive logging. - Contact us if you still encounter issues.