mattermost-desktop/e2e/utils/constants.js
Devin Binnie 7b1b25b6e0
Move all E2E dependencies into its own folder, run from there (#3068)
* Move all E2E dependencies into its own folder, run from there

* Run flaky-tests from E2E folder

* This should work better

* Fix E2E test for Linux

* Fix for Windows, fix lint
2024-06-17 15:24:15 -04:00

11 lines
295 B
JavaScript

// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved.
// See LICENSE.txt for license information.
const MOCHAWESOME_REPORT_DIR = './mochawesome-report';
const PERFORMANCE_REPORT_DIR = './performance';
module.exports = {
MOCHAWESOME_REPORT_DIR,
PERFORMANCE_REPORT_DIR,
};