Move /e2e -> /e2e-tests
Этот коммит содержится в:
10
e2e-tests/cypress/utils/constants.js
Обычный файл
10
e2e-tests/cypress/utils/constants.js
Обычный файл
@@ -0,0 +1,10 @@
|
||||
// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved.
|
||||
// See LICENSE.txt for license information.
|
||||
|
||||
const RESULTS_DIR = 'results';
|
||||
const MOCHAWESOME_REPORT_DIR = 'results/mochawesome-report';
|
||||
|
||||
module.exports = {
|
||||
MOCHAWESOME_REPORT_DIR,
|
||||
RESULTS_DIR,
|
||||
};
|
||||
Ссылка в новой задаче
Block a user