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
2016-11-15Update Marketplace to work with new API (#10799)Thomas Steur
2016-10-28forgot to push the new ui test method execCallbackThomas Steur
2016-10-07Fixed GitHub casePanayiotis Lipiridis
2016-10-06Upgrade mocha library for UI tests (#10692)Matthieu Aubry
2016-10-06UI tests tweaking, balance jobs between builds, add some wait, display error ...Matthieu Aubry
2016-09-01Merge branch 'master' into 3.0-m07sgiehl
2016-08-31make it possible to use old and new expected screenshot pathsgiehl
2016-08-29Better UI for Piwik 3, more responsive, faster, lots of other fixes (#10397)Thomas Steur
2016-04-11Merge branch 'master' into 3.x-devThomas Steur
2016-04-11Set properly the `name` attribute to the full filenamemattab
2016-04-11Remove extra suffixmattab
2016-04-11handle PNG artifactsmattab
2016-04-11UI tests fix (missing call to `pageSetupFn(pageRenderer);` for file comparisons)2.16.1mattab
2016-04-11Handle PNG files similar to other filetypesmattab
2016-04-11Select 10 times more rows so that resultset after grouping is more likely to ...mattab
2016-04-11UI tests fail on travis CI - display more troubleshooting infomattab
2016-04-11When a UI test fails that is not a screenshot (eg. a file download), record t...mattab
2016-02-14merge master => 3.0Thomas Steur
2016-02-03Fix system tests buildmattab
2016-02-03attempt to better balance number of UI tests across the two CI jobsmattab
2016-02-02attempt to better balance number of UI tests across the two CI jobsmattab
2015-12-10Merge master into "3.0"Thomas Steur
2015-11-24refs #9129 added feature Custom DimensionsThomas Steur
2015-11-02Do not change port in screenshot testing if port is == 0.diosmosis
2015-10-27In UI tests, intercept resource requests to piwik host w/ no port, and if por...diosmosis
2015-10-27Add misc folder as symlink in UI tests.diosmosis
2015-10-15Merge branch 'master' into 3.0Thomas Steur
2015-10-09Record missing expected screenshots in UI tests in new missing-expected.list ...diosmosis
2015-10-07Left menu designThomas Steur
2015-10-06generate pages instead of implementing them in each controllerThomas Steur
2015-09-12Use correct default namespaced class name for UITestFixture in UI tests.diosmosis
2015-09-01Run UI tests in two different jobsThomas Steur
2015-08-14When Piwik DB needs to be upgraded, the API should return a valid responseThomas Steur
2015-07-01Make it possible to remote debug UI testsThomas Steur
2015-06-26Allow sending mouse events to explicit coordinates in UI tests.diosmosis
2015-06-25Adding Q JavaScript promise library for use in tests (specifically, the piwik...diosmosis
2015-06-23set correct viewport size was missingThomas Steur
2015-06-23wait for 400 before capturing a screenshot as we might just re-render the who...Thomas Steur
2015-06-22actually ignore nothingThomas Steur
2015-06-22remove unneeded diff imageThomas Steur
2015-06-22refs #8142 Compare images with ImageMagick instead of resembleThomas Steur
2015-06-22Reset viewport size after each testThomas Steur
2015-06-18Merge pull request #8078 from sebastianpiskorski/8075_labels_in_graph_overlapsThomas Steur
2015-06-16make sure to free memory in case of a failureThomas Steur
2015-06-16fix if condition and make sure to go into waitfornextevent if resources are n...Thomas Steur
2015-06-15separate if statement for detection of pending resources to make it better re...Thomas Steur
2015-06-15use fail event to log messagesThomas Steur
2015-06-12do not log a resource response having a failure if it is a logo or faviconThomas Steur
2015-06-12instant log output for failing ui tests and detect better when a page is load...Thomas Steur
2015-06-09Merge branch 'master' of https://github.com/piwik/piwik into 8075_labels_in_g...Sebastian Piskorski