Skip to content

Commit 2be99cd

Browse files
committed
Configuring IDEA to allow running WDBS tests from IDE
1 parent f480f28 commit 2be99cd

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

java/client/client.iml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,16 @@
44
<output url="file://$MODULE_DIR$/build/production" />
55
<output-test url="file://$MODULE_DIR$/build/test" />
66
<exclude-output />
7+
<content url="file://$MODULE_DIR$/../../build/javascript/atoms">
8+
<sourceFolder url="file://$MODULE_DIR$/../../build/javascript/selenium-atoms" type="java-resource" relativeOutputPath="com/thoughtworks/selenium/webdriven" />
9+
</content>
710
<content url="file://$MODULE_DIR$">
811
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
912
<sourceFolder url="file://$MODULE_DIR$/test" isTestSource="true" />
1013
</content>
14+
<content url="file://$MODULE_DIR$/../../third_party/js/sizzle">
15+
<sourceFolder url="file://$MODULE_DIR$/../../third_party/js/sizzle" type="java-resource" relativeOutputPath="com/thoughtworks/selenium/webdriven" />
16+
</content>
1117
<orderEntry type="inheritedJdk" />
1218
<orderEntry type="sourceFolder" forTests="false" />
1319
<orderEntry type="library" name="cglib" level="project" />

0 commit comments

Comments
 (0)