Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests/lib
AgeCommit message (Expand)Author
2015-03-06Updating mocha to latest stablemattab
2015-02-04fixed some mentions of piwik-ui-tests repo which I just disabled on TravisThomas Steur
2015-02-03move UI config to test folder and allow optionally to define a local config t...Thomas Steur
2015-02-03include UI specs in Piwik repo and run tests in this repository.Thomas Steur
2015-02-02Add a class uiTest to the html element in all uiTests.Thomas Steur
2015-01-11In screenshot tests, allow .contains( chai assertion to save rendered page fo...diosmosis
2015-01-08Add --core option to screenshot test runner so plugins w/ git repositories ar...diosmosis
2014-12-22Removed the 'verbose' option for the UI tests which caused the output to be f...Matthieu Napoli
2014-12-17Do not consider node when determining view rect of screenshot if node is not ...diosmosis
2014-12-17Use jquery to get clip rect of screenshot to capture in screenshot tests inst...diosmosis
2014-11-04Add comment to screenshot testing for when no tests can be found telling user...diosmosis
2014-10-31Display mismatch percentage in failure message in screenshot tests.diosmosis
2014-10-30Fix invalid bounding rect dection in screenshot tests.diosmosis
2014-10-29a simple parser to get the configured username and password if possibleThomas Steur
2014-10-21Add better output to screenshot test failure & update UI test submodule.diosmosis
2014-10-10Execute console commands with -v in screenshot tests.diosmosis
2014-09-21Allow .contains assertion to be used in screenshot tests as first assertion a...diosmosis
2014-07-23reduced multiple empty lines to exactly oneChristian Raue
2014-07-23removed lots of trailing whitespaceChristian Raue
2014-07-16Complete rendering even if capture selector cannot be found so failing tests ...diosmosis
2014-07-05Remove automatic detection of overflow from screenshot testing captureSelecto...diosmosis
2014-07-03Make sure elements used in determining screenshot test clip rect are both pos...diosmosis
2014-07-03Fix expected URL in diff viewer for UI tests.diosmosis
2014-07-02In UI tests do not use all children of elements when determining clip rect, j...diosmosis
2014-07-02In UI tests page renderer, make sure capture selector will take into consider...diosmosis
2014-06-28Allow UI testing system to specify extra plugins to load and install when run...diosmosis
2014-06-19Fix typomattab
2014-06-19fix ui buildmattab
2014-06-18updating comment for consistency: free/libre analytics platformmattab
2014-06-16When executing tests, check for non-core plugin that should be loaded by look...diosmosis
2014-06-15Use diff in comparison of images in UI screenshot tests to hopefully get past...diosmosis
2014-06-11Fix typo from previous commitmattab
2014-06-11Merge remote-tracking branch 'origin/master'mattab
2014-06-11put most useful settings firstmattab
2014-06-11Make sure screenshot tests do not fail mysteriously if the REQUEST_URI doesn'...diosmosis
2014-06-10Include IntegrationTestCase in SetupFixture class since Fixture depends on In...diosmosis
2014-05-28do not list the screenshot diff in the failure info since we no longer create itThomas Steur
2014-05-28separate column for github screenshotThomas Steur
2014-05-28for github pass only filename and renamed github linkThomas Steur
2014-05-28added missing resemblejs libThomas Steur
2014-05-28this is an experiment to generate the diffs on the client side and not on the...Thomas Steur
2014-05-28added possibility to compare against a previously captured screenshot if usin...Thomas Steur
2014-05-28when detecting the clipRect ignore elements that are not visible and trigger ...Thomas Steur
2014-05-28if the capture selector matches multiple elements, make sure all of the eleme...Thomas Steur
2014-05-27added a captureSelector(selector, pageFn) assertion which allows you to compa...Thomas Steur
2014-05-27this might add the possibility to render only a part of a screenshot. Not tes...Thomas Steur
2014-04-25Do not display diff URL in diff viewer if diff file does not exist.diosmosis
2014-04-24Fixing last commit (make sure individual diff paths are correct in UI screens...diosmosis
2014-04-24Make sure screenshot diffs go to correct folder for travis plugin builds.diosmosis
2014-04-24Use SetupFixture console command in screenshot testing instead of running spe...diosmosis