Skip to content

Commit 5c38b6a

Browse files
committed
refactor(tests): reorganize test scripts and update paths and update QA codeowners
1 parent 65b229d commit 5c38b6a

2 files changed

Lines changed: 2 additions & 9 deletions

File tree

.eslintrc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ module.exports = {
2222
],
2323
overrides: [
2424
{
25-
files: ['tests/**/*.{js,ts}', 'appwright/**/*.{js,ts}'],
25+
files: ['tests/**/*.{js,ts}'],
2626
extends: ['./tests/framework/.eslintrc.js'],
2727
},
2828
{

.github/CODEOWNERS

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -307,10 +307,8 @@ tests/framework/ @MetaMask/qa
307307
tests/page-objects/ @MetaMask/qa
308308
tests/flows/ @MetaMask/qa
309309
tests/scripts/ @MetaMask/qa
310-
# Note: Test builds (main-test, flask-test) in build/builds.yml are owned by QA team
311-
# but the file itself is protected by mobile-platform for consistency
312310

313-
# QA Team - workflows
311+
# QA Team - CI
314312
.github/workflows/needs-e2e-build.yml @MetaMask/qa
315313
.github/workflows/run-e2e-workflow.yml @MetaMask/qa
316314
.github/workflows/run-e2e-api-specs.yml @MetaMask/qa
@@ -334,13 +332,8 @@ tests/scripts/ @MetaMask/qa
334332
.github/workflows/run-performance-e2e.yml @MetaMask/qa
335333
.github/workflows/run-performance-e2e-experimental.yml @MetaMask/qa
336334
.github/workflows/run-performance-e2e-release.yml @MetaMask/qa
337-
338-
# QA Team - composite actions
339-
.github/actions/setup-e2e-env/ @MetaMask/qa
340335
.github/actions/smart-e2e-selection/ @MetaMask/qa
341336
.github/actions/validate-artifact-compatibility/ @MetaMask/qa
342-
343-
# QA Team - scripts
344337
.github/scripts/e2e-check-build-needed.mjs @MetaMask/qa
345338
.github/scripts/e2e-create-json-test-report.mjs @MetaMask/qa
346339
.github/scripts/e2e-extract-test-results.mjs @MetaMask/qa

0 commit comments

Comments
 (0)