1
0
قرینه از https://github.com/matomo-org/matomo.git synced 2025-08-22 15:07:44 +00:00
Files
matomo/tests/lib/screenshot-testing/package.json
achakko 6d10dced5c Update mocha, chai for testomat reporting internal (#21400)
* [WIP] Added testomatio reporter for ui tests (#21166)

* added testomatio reporter for ui tests

* removed api key from code

---------

Co-authored-by: achakko <141092099+achakko@users.noreply.github.com>

* Added testomatio environment variable to matomo-tests.yml

* Added testomatio environment variable to matomo-tests.yml

* Added testomatio environment variable to matomo-tests.yml

* Added testomatio environment variable to matomo-tests.yml

* Added mocha-multi-reporter to package.jso to enable mocha reporting for standard spec and testomat, also added to config.

* Added mocha-multi-reporter to package.jso to enable mocha reporting for standard spec and testomat, also added to config.

* added testomatio reporter in addition regular spec

* added testomatio reporter in addition regular spec

* Updated one test to ensure it is reported into testomat correctly.

* Updated one test to ensure it is reported into testomat correctly.

* Added comments for multiple mocha reporters

* Adding nyc mocha to report test coverage

* Updated multiple mocha reporter comment and added mocha-multi-reporter dev dependency to screenshot-testing/package.json

* Added mocha-multi-reporter dev dependency to screenshot-testing/package.json

* Added mocha-multi-reporter dev dependency to screenshot-testing/package.json

* Added mocha-multi-reporter dev dependency to screenshot-testing/package.json

* Added mocha-multi-reporter dev dependency to screenshot-testing/package.json

* deleting .npmrc file

* updated lockfile

* Configured mocha-multi-reporter in config and run-tests files

* typo in reporters

* Trying to force mocha colours

* Trying to force mocha colours

* removed deprecated useColors method and kept color method

* Updated dependencies in package.json and updated condition to run spec tests locally and testomat in CI

* Update screenshot-testing lockfile

* Always export reporterOptions from UI config

* revert changes to package-lock.json

---------

Co-authored-by: Michael Bodnarchuk <DavertMik@users.noreply.github.com>
Co-authored-by: Marc Neudert <marc@innocraft.com>
Co-authored-by: sgiehl <stefan@matomo.org>
2023-11-13 15:46:33 +01:00

21 خطوط
486 B
JSON
Vendored

{
"name": "matomo-screenshot-testing",
"version": "1.0.0",
"main": "index.js",
"author": "Matomo Team",
"license": "GPL-3.0+",
"dependencies": {
"chai": "^4.3.4",
"chai-files": "^1.4.0",
"chai-image-assert": "^1.2.0",
"fs-extra": "^7.0.1",
"mocha": "^8.2.0",
"puppeteer": "^8.0.0",
"request": "^2.88.2",
"request-promise": "^4.2.6",
"url-parse": "^1.5.3",
"@testomatio/reporter": "^1.0.9",
"mocha-multi-reporters": "^1.5.1"
}
}