mattermost-desktop/e2e/utils/constants.js

11 lines
295 B
JavaScript
Raw Normal View History

2024-10-03 06:35:14 -07:00
// 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,
};