Skip to content
Snippets Groups Projects
Select Git revision
  • 2012.11.23-hotfix-issue2822 default protected
  • 3778-app-guid-origins
  • automate-performance-test
  • block-tos-pp-on-goldilocks
  • bugzilla-873241-spanish-tos-pp-train-06-19
  • decommission-notice
  • desktop
  • dev
  • display-opts-in-watch
  • future
  • goldilocks
  • hotfix-2013.06.05-issue-3496-tooltips-off-screen
  • hotfix-2013.10.09-4032-mobile-continue
  • hotfix-2013.10.23-mobile-continue-button
  • issue-2497-refactor-to-idp-state-machine-style
  • issue-3010-train-2013.02.01-hotpatch
  • issue-3375-localize-tospp
  • issue-3529-metrics-data-kpi-dashboard
  • issue-3683-train-7-17
  • issue-4144-broken-primaries
  • current_train_on_stage
  • train-2012.04.11
  • train-2012.03.28
  • train-2012.03.14
  • train-2012.03.01
  • train-2012.02.16
  • train-2012.02.02
  • train-2012.01.18
  • train-2012.01.05
  • train-2011.12.28
  • train-2011.12.08
  • train-2011.12.01
  • train-2011.11.17
  • train-2011.12.01-hotfix-601
  • train-2011.11.10-DERAILED
  • train-2011.11.03
  • train-2011.10.27
  • train-2011.10.20
  • train-2011.10.13
  • train-2011.10.06
40 results
You can move around the graph by using the arrow keys.
Created with Raphaël 2.2.07Nov6542131Oct3029282726252423221918171615161512111098528Sep272625242120212018171514131211107654131Aug30292827242322212017181716151413109876532131Jul30282726252423(automated testing) implement --list-testsuse optimist for command line parsing. implement --help and --platform (backwards compatible)don't run saucelabs tests at push timeAdding info about how to run all tests in parallel.Update the timeout error message to indicate which element search timed out.Add a cleanup function so browsers are always torn down.Add wd-extensions.prototype.wgetAttribute, use that in the returning-user tests to check whether a radio button is selected.Change the ordering of the tests so that secondary tests are run before primary tests. This masks a timing problem that keeps occurring when trying to enter a secondary address and the password fields are not found.Use wclickIfExists in place of the timeout solution when the "Is this your computer" screen is shown.Add wd.prototype.wclickIfExists which waits one second and clicks an element if it exists. If not, no problem.Minor edit: screwing around with Jenkins readability of stderrMinor edit: add missing 'path' include to frontend-qunit-testsPass test file name to 'classname' vows xml attributeuse done as the callback for browser.quitOptionally add tags to sauce sessions from the environmentProvide more context in the runner stderr outputUse assert.fail in vows_harness, so XML will show failure/error.minor edit: remove stale todoMerge pull request #2685 from jrgm/issue-2682-browserid-spec-train-1026train-2012.10.26train-2012.10.26Only enable vista_chrome for now until we can better stablize the tests.Add mkdirp to the list of dependencies.Capture file open/write/close errors so that it does not bring the entire process down.Fix up the error checker when looking at the Sauce results.Use toolbelt's copyExtendEnv function when extending the environment. Fix jshint errors.Exit with the correct status code, 0 if success, 1 if failure.Use libraries to create directories, copy objects, copy environment.fix missing CONTRIBUTORS and renaming of en-US and update Changelog in train-2012.10.26fix missing CONTRIBUTORS and renaming of en-US and update ChangelogTemporarily remove mobile platforms from saucelabs selenium routineHook up to the process "exit" message instead of "end" message.Fix getOrigin returning an origin with a \n appended to it.Add the ability to specify the REPO_URL and REPO_SHA on the command line when calling run-all.js. Up the number of concurrent test runners to 30.Up the number of concurrent runners to 30.Get the repo URL from the git repo and send that along with the request. Helps establish some sort of ACL on testy-listener so that it will only run tests on repos from whitelisted users.Add the ability to run all tests against all supported SAUCE browsers by specifying PERSONA_BROWSER=all when running run-all.jsfix returning-user test - allow clicking of 'not my computer' to fail, given that this button may not be displayed if 60s have not elapsed since account verificationfor returning-user tests, quit in a cleanup handler so that we always cancel the session promptly, even when it errors (means 90s less wait time when you're trying to debug a test by looking a the protocol messages that were exchanged via sauce)whitespace change, consistent indentationupgrade to new version of wd that fixes a bug whereby .onError handlers were not getting invoked, and improves semantics of automatic error detection so that we can ignore errors in some cases. also, allow programmatic halting of queued chain functionsupdate vows harness to support .bailOnError behavior by default. This allows us to get better error information out of vows, as well as not run tests that depend on the success of the former. BONUS: a .cleanup can be specified that will always be run. useful for shutting down saucelabs sessions rather than letting them take an additional 90s to timeout
Loading