Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 <[email protected]> * 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 <[email protected]> Co-authored-by: Marc Neudert <[email protected]> Co-authored-by: sgiehl <[email protected]>
- Loading branch information