-
Notifications
You must be signed in to change notification settings - Fork 101
/
CODEOWNERS
Validating CODEOWNERS rules...
55 lines (37 loc) · 1.24 KB
/
CODEOWNERS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
# Back-end architectFront-end architect
**/doc/UML @hydraxman @zhou9584
*.puml @hydraxman @zhou9584
# Front-end architect
/react/ @dexterdreeeam @lifesaver0129
# Encache
ehcache.xml @zhou9584 @olivershen-wow
# Onboarding
*.md @zhou9584 @hydraxman @dexterdreeeam @zhou9584
# Hydra Lab Android client
/android_client/ @lifesaver0129 @TedaLIEz
# TestTaskSpec
TestTaskSpec.java @olivershen-wow @zhou9584
# Gradle Plugin
/gradle_plugin/ @olivershen-wow @taoran6
# ADO extension
/vsts_extension/ @olivershen-wow @dexterdreeeam
# Grafana/Prometheus
/center/deploy_startup/ @olivershen-wow @zhou9584
/center/* @olivershen-wow @zhou9584
# File Storage
/common/src/main/java/com/microsoft/hydralab/common/file/ @olivershen-wow @AC-Phoenix
# AgentManager,DeviceDriver,TestRunner,TestDevice
/common/src/main/java/com/microsoft/hydralab/common/management/ @zhou9584 @TedaLIEz @AC-Phoenix
**/runner/ @zhou9584 @TedaLIEz @AC-Phoenix
# Smart Test
# Espresso
**/runner/espresso/ @zhou9584 @hydraxman
# Appium
**/runner/appium/ @zhou9584 @taoran6
# Taps to cases
**/runner/t2c/ @zhou9584 @taoran6
/taps_to_cases/ @zhou9584 @taoran6
# XCTest(iOS)
**/runner/xctest/ @lifesaver0129 @zhou9584 @TedaLIEz
# Performance testing
**/hydralab/performance/ @taoran6 @AC-Phoenix