summaryrefslogtreecommitdiff
path: root/.idea
diff options
context:
space:
mode:
authorEsteban de la Canal <estebandlc@google.com>2022-04-08 13:59:37 -0700
committerTreeHugger Robot <treehugger-gerrit@google.com>2022-04-27 17:49:50 +0000
commit2d35b1d738603a08e6ee286c71f139f188488fd8 (patch)
treefb469967d9f9f07ecbdcc9ead1db5113f848c146 /.idea
parent362fa0aa4e14141004a6dea6538ab6c56e6c7929 (diff)
downloadidea-2d35b1d738603a08e6ee286c71f139f188488fd8.tar.gz
Initial draft of the new E2E test framework
Notable missing thigs: . Test is still marked as disabled . XVFB in place, but not used yet. . Port selection must be dynamic. . Non linux support Test currently run and passes if run from the IDE Test: This is test code Bug: NA Change-Id: Id525d6dbc89eaacc01f05b980604f0c3686caf48
Diffstat (limited to '.idea')
-rw-r--r--.idea/modules.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.idea/modules.xml b/.idea/modules.xml
index 0c0dcb275f4..8ce66d08562 100644
--- a/.idea/modules.xml
+++ b/.idea/modules.xml
@@ -83,6 +83,8 @@
<module fileurl="file://$PROJECT_DIR$/app-inspection/inspectors/workmanager/model/app-inspection.inspectors.workmanager.model.iml" filepath="$PROJECT_DIR$/app-inspection/inspectors/workmanager/model/app-inspection.inspectors.workmanager.model.iml" />
<module fileurl="file://$PROJECT_DIR$/app-inspection/inspectors/workmanager/view/app-inspection.inspectors.workmanager.view.iml" filepath="$PROJECT_DIR$/app-inspection/inspectors/workmanager/view/app-inspection.inspectors.workmanager.view.iml" />
<module fileurl="file://$PROJECT_DIR$/app-inspection/inspectors/workmanager/view/app-inspection.inspectors.workmanager.view.tests.iml" filepath="$PROJECT_DIR$/app-inspection/inspectors/workmanager/view/app-inspection.inspectors.workmanager.view.tests.iml" />
+ <module fileurl="file://$PROJECT_DIR$/as-driver/agent/as-driver.agent.iml" filepath="$PROJECT_DIR$/as-driver/agent/as-driver.agent.iml" />
+ <module fileurl="file://$PROJECT_DIR$/as-driver/utils/as-driver.utils.iml" filepath="$PROJECT_DIR$/as-driver/utils/as-driver.utils.iml" />
<module fileurl="file://$PROJECT_DIR$/assistant/assistant.iml" filepath="$PROJECT_DIR$/assistant/assistant.iml" />
<module fileurl="file://$PROJECT_DIR$/assistant/assistant-test.iml" filepath="$PROJECT_DIR$/assistant/assistant-test.iml" />
<module fileurl="file://$PROJECT_DIR$/../../vendor/google3/blaze/debugz/aswb.debugz.iml" filepath="$PROJECT_DIR$/../../vendor/google3/blaze/debugz/aswb.debugz.iml" />
@@ -264,4 +266,4 @@
<module fileurl="file://$PROJECT_DIR$/whats-new-assistant/whats-new-assistant-test.iml" filepath="$PROJECT_DIR$/whats-new-assistant/whats-new-assistant-test.iml" />
</modules>
</component>
-</project>
+</project> \ No newline at end of file