@@ -301,14 +301,59 @@ app/reducers/onboarding @MetaMask/web3auth
301301app /core /Engine /controllers /gator-permissions-controller @ MetaMask/delegation
302302app /core /Engine /messengers /gator-permissions-controller-messenger @ MetaMask/delegation
303303
304- # QA Team - E2E Framework
305- tests /api-mocking / @ MetaMask/qa
306- tests /framework / @ MetaMask/qa
307- tests /page-objects / @ MetaMask/qa
308- tests /flows / @ MetaMask/qa
304+ # QA Team - E2E framework
305+ tests /api-mocking / @ MetaMask/qa
306+ tests /framework / @ MetaMask/qa
307+ tests /page-objects / @ MetaMask/qa
308+ tests /flows / @ MetaMask/qa
309+ tests /scripts / @ MetaMask/qa
309310# Note: Test builds (main-test, flask-test) in build/builds.yml are owned by QA team
310311# but the file itself is protected by mobile-platform for consistency
311312
313+ # QA Team - workflows
314+ .github /workflows /needs-e2e-build.yml @ MetaMask/qa
315+ .github /workflows /run-e2e-workflow.yml @ MetaMask/qa
316+ .github /workflows /run-e2e-api-specs.yml @ MetaMask/qa
317+ .github /workflows /run-e2e-regression-tests-android.yml @ MetaMask/qa
318+ .github /workflows /run-e2e-regression-tests-ios.yml @ MetaMask/qa
319+ .github /workflows /run-e2e-smoke-tests-android.yml @ MetaMask/qa
320+ .github /workflows /run-e2e-smoke-tests-android-flask.yml @ MetaMask/qa
321+ .github /workflows /run-e2e-smoke-tests-ios.yml @ MetaMask/qa
322+ .github /workflows /run-e2e-smoke-tests-ios-flask.yml @ MetaMask/qa
323+ .github /workflows /rerun-ci-on-skipped-e2e-labels.yml @ MetaMask/qa
324+ .github /workflows /update-e2e-fixtures.yml @ MetaMask/qa
325+ .github /workflows /temp-bitrise-ios-e2e.yml @ MetaMask/qa
326+ .github /workflows /run-bitrise-e2e-check.yml.disabled @ MetaMask/qa
327+ .github /workflows /run-bitrise-flask-e2e-check.yml.disabled @ MetaMask/qa
328+ .github /workflows /bitrise-e2e-gate.yml.disabled @ MetaMask/qa
329+ .github /workflows /qa-stats.yml @ MetaMask/qa
330+ .github /workflows /flaky-test-report.yml @ MetaMask/qa
331+ .github /workflows /automated-rca.yml @ MetaMask/qa
332+ .github /workflows /remove-rca-needed-label-sheets.yml @ MetaMask/qa
333+ .github /workflows /performance-test-runner.yml @ MetaMask/qa
334+ .github /workflows /run-performance-e2e.yml @ MetaMask/qa
335+ .github /workflows /run-performance-e2e-experimental.yml @ MetaMask/qa
336+ .github /workflows /run-performance-e2e-release.yml @ MetaMask/qa
337+
338+ # QA Team - composite actions
339+ .github /actions /setup-e2e-env / @ MetaMask/qa
340+ .github /actions /smart-e2e-selection / @ MetaMask/qa
341+ .github /actions /validate-artifact-compatibility / @ MetaMask/qa
342+
343+ # QA Team - scripts
344+ .github /scripts /e2e-check-build-needed.mjs @ MetaMask/qa
345+ .github /scripts /e2e-create-json-test-report.mjs @ MetaMask/qa
346+ .github /scripts /e2e-extract-test-results.mjs @ MetaMask/qa
347+ .github /scripts /e2e-merge-detox-junit-reports.mjs @ MetaMask/qa
348+ .github /scripts /e2e-merge-test-results.mjs @ MetaMask/qa
349+ .github /scripts /e2e-report-fixture-validation.mjs @ MetaMask/qa
350+ .github /scripts /e2e-risk-label.mjs @ MetaMask/qa
351+ .github /scripts /e2e-smart-selection.mjs @ MetaMask/qa
352+ .github /scripts /e2e-split-tags-shards.mjs @ MetaMask/qa
353+ .github /scripts /collect-qa-stats.mjs @ MetaMask/qa
354+ .github /scripts /generate-regression-slack-summary.mjs @ MetaMask/qa
355+ .github /scripts /bitrise / @ MetaMask/qa
356+
312357# Co-owned by Swaps and Money Movement teams
313358app /util /parseAmount.ts @ MetaMask/swaps-engineers @ MetaMask/money-movement
314359app /util /parseAmount.test.ts @ MetaMask/swaps-engineers @ MetaMask/money-movement
0 commit comments