Skip to content

Commit 0c30c7a

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

1 file changed

Lines changed: 14 additions & 19 deletions

File tree

.github/CODEOWNERS

Lines changed: 14 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -302,13 +302,25 @@ app/core/Engine/controllers/gator-permissions-controller @MetaMask/
302302
app/core/Engine/messengers/gator-permissions-controller-messenger @MetaMask/delegation
303303

304304
# QA Team - E2E framework
305+
tests/**/*.md @MetaMask/qa
306+
tests/*.js @MetaMask/qa
307+
tests/*.ts @MetaMask/qa
305308
tests/api-mocking/ @MetaMask/qa
309+
tests/component-view/ @MetaMask/qa
310+
tests/controller-mocking/ @MetaMask/qa
311+
tests/feature-flags/ @MetaMask/qa
312+
tests/flows/ @MetaMask/qa
306313
tests/framework/ @MetaMask/qa
314+
tests/module-mocking/ @MetaMask/qa
307315
tests/page-objects/ @MetaMask/qa
308-
tests/flows/ @MetaMask/qa
316+
tests/resources/ @MetaMask/qa
309317
tests/scripts/ @MetaMask/qa
318+
tests/seeder/ @MetaMask/qa
319+
tests/tools/ @MetaMask/qa
320+
tests/websocket/ @MetaMask/qa
310321

311322
# QA Team - CI
323+
.github/actions/smart-e2e-selection/ @MetaMask/qa
312324
.github/workflows/needs-e2e-build.yml @MetaMask/qa
313325
.github/workflows/run-e2e-workflow.yml @MetaMask/qa
314326
.github/workflows/run-e2e-api-specs.yml @MetaMask/qa
@@ -320,32 +332,15 @@ tests/scripts/ @MetaMask/qa
320332
.github/workflows/run-e2e-smoke-tests-ios-flask.yml @MetaMask/qa
321333
.github/workflows/rerun-ci-on-skipped-e2e-labels.yml @MetaMask/qa
322334
.github/workflows/update-e2e-fixtures.yml @MetaMask/qa
323-
.github/workflows/temp-bitrise-ios-e2e.yml @MetaMask/qa
324-
.github/workflows/run-bitrise-e2e-check.yml.disabled @MetaMask/qa
325-
.github/workflows/run-bitrise-flask-e2e-check.yml.disabled @MetaMask/qa
326-
.github/workflows/bitrise-e2e-gate.yml.disabled @MetaMask/qa
327335
.github/workflows/qa-stats.yml @MetaMask/qa
328336
.github/workflows/flaky-test-report.yml @MetaMask/qa
329-
.github/workflows/automated-rca.yml @MetaMask/qa
330-
.github/workflows/remove-rca-needed-label-sheets.yml @MetaMask/qa
331337
.github/workflows/performance-test-runner.yml @MetaMask/qa
332338
.github/workflows/run-performance-e2e.yml @MetaMask/qa
333339
.github/workflows/run-performance-e2e-experimental.yml @MetaMask/qa
334340
.github/workflows/run-performance-e2e-release.yml @MetaMask/qa
335-
.github/actions/smart-e2e-selection/ @MetaMask/qa
336-
.github/actions/validate-artifact-compatibility/ @MetaMask/qa
337-
.github/scripts/e2e-check-build-needed.mjs @MetaMask/qa
338-
.github/scripts/e2e-create-json-test-report.mjs @MetaMask/qa
339-
.github/scripts/e2e-extract-test-results.mjs @MetaMask/qa
340-
.github/scripts/e2e-merge-detox-junit-reports.mjs @MetaMask/qa
341-
.github/scripts/e2e-merge-test-results.mjs @MetaMask/qa
342-
.github/scripts/e2e-report-fixture-validation.mjs @MetaMask/qa
343-
.github/scripts/e2e-risk-label.mjs @MetaMask/qa
344-
.github/scripts/e2e-smart-selection.mjs @MetaMask/qa
345-
.github/scripts/e2e-split-tags-shards.mjs @MetaMask/qa
341+
.github/scripts/e2e-*.mjs @MetaMask/qa
346342
.github/scripts/collect-qa-stats.mjs @MetaMask/qa
347343
.github/scripts/generate-regression-slack-summary.mjs @MetaMask/qa
348-
.github/scripts/bitrise/ @MetaMask/qa
349344

350345
# Co-owned by Swaps and Money Movement teams
351346
app/util/parseAmount.ts @MetaMask/swaps-engineers @MetaMask/money-movement

0 commit comments

Comments
 (0)