forked from SeleniumHQ/selenium-ide
-
Notifications
You must be signed in to change notification settings - Fork 0
/
peru.yaml
31 lines (26 loc) · 1.05 KB
/
peru.yaml
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
imports:
atoms: packages/selenium-ide/selenium/atoms
selenium-atoms: packages/selenium-ide/selenium/selenium-atoms
selenium-core: packages/selenium-ide/selenium/selenium-core-scripts
webdriver: packages/selenium-ide/selenium/webdriver
third_party: packages/selenium-ide/selenium/third_party
git module atoms:
url: https://github.com/SeleniumHQ/selenium
rev: 07c4a7c99eb1ac8f2d82fd92141adcd3eefd5e42
export: "javascript/atoms"
git module selenium-atoms:
url: https://github.com/SeleniumHQ/selenium
rev: 07c4a7c99eb1ac8f2d82fd92141adcd3eefd5e42
export: "javascript/selenium-atoms"
git module selenium-core:
url: https://github.com/SeleniumHQ/selenium
rev: 07c4a7c99eb1ac8f2d82fd92141adcd3eefd5e42
export: "javascript/selenium-core/scripts"
git module webdriver:
url: https://github.com/SeleniumHQ/selenium
rev: 07c4a7c99eb1ac8f2d82fd92141adcd3eefd5e42
export: "javascript/webdriver/atoms"
git module third_party:
url: https://github.com/SeleniumHQ/selenium
rev: 07c4a7c99eb1ac8f2d82fd92141adcd3eefd5e42
export: "third_party/js"