Skip to content
This repository was archived by the owner on Dec 11, 2023. It is now read-only.

Commit 21e6847

Browse files
author
chema
committed
First commit
0 parents  commit 21e6847

File tree

129 files changed

+17650
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

129 files changed

+17650
-0
lines changed

AUTHORS.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# CoSMo Software Consulting
2+
* Sajid Hussain (sajid dot hussain at cosmosoftware dot io)
3+
* Hoang Vu (Nam) (hoang dot vu at cosmosoftware dot io)
4+
* Jose M Recio (jose dot recio at cosmosoftware dot io)
5+
* Dr Alex (Alex dot Gouaillard at cosmosoftware dot io)

CONTRIBUTING.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# How to Contribute
2+
3+
We'd love to accept your patches and contributions to this project. There are
4+
just a few small guidelines you need to follow.
5+
6+
## Contributor License Agreement
7+
8+
Contributions to this project must be accompanied by a Contributor License
9+
Agreement. You (or your employer) retain the copyright to your contribution,
10+
this simply gives us permission to use and redistribute your contributions as
11+
part of the project. Head over to <https://cla.developers.google.com/> to see
12+
your current agreements on file or to sign a new one.
13+
14+
You generally only need to submit a CLA once, so if you've already submitted one
15+
(even if it was for a different project), you probably don't need to do it
16+
again.
17+
18+
## Code reviews
19+
20+
All submissions, including submissions by project members, require review. We
21+
use GitHub pull requests for this purpose. Consult
22+
[GitHub Help](https://help.github.com/articles/about-pull-requests/) for more
23+
information on using pull requests.
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"name": "local selenium example",
3+
"callback": "http://localhost:8080/kiteweb/datacenter",
4+
"remotes": [
5+
{
6+
"type": "local",
7+
"remoteAddress": "http://localhost:4444/wd/hub"
8+
}
9+
],
10+
"tests": [
11+
{
12+
"name": "IceConnectionTest",
13+
"tupleSize": 2,
14+
"testImpl": "org.webrtc.kite.IceConnectionTest"
15+
}
16+
],
17+
"browsers": [
18+
{
19+
"browserName": "firefox"
20+
},
21+
{
22+
"browserName": "chrome"
23+
}
24+
]
25+
}
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
{
2+
"name": "local, saucelabs and browserstack grid example",
3+
"callback": "http://localhost:8080/kiteweb/datacenter",
4+
"remotes": [
5+
{
6+
"type": "local",
7+
"remoteAddress": "http://localhost:4444/wd/hub"
8+
},
9+
{
10+
"type": "saucelabs",
11+
"username": "username",
12+
"accesskey": "Access Key"
13+
},
14+
{
15+
"type": "browserstack",
16+
"username": "Username",
17+
"accesskey": "Access Key"
18+
}
19+
],
20+
"tests": [
21+
{
22+
"name": "IceConnectionTest",
23+
"tupleSize": 2,
24+
"testImpl": "org.webrtc.kite.IceConnectionTest"
25+
}
26+
],
27+
"browsers": [
28+
{
29+
"browserName": "chrome"
30+
},
31+
{
32+
"browserName": "firefox"
33+
},
34+
{
35+
"browserName": "MicrosoftEdge"
36+
}
37+
]
38+
}
Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
{
2+
"name": "local, saucelabs, browserstack, testingbot grid example",
3+
"callback": "http://localhost:8080/kiteweb/datacenter",
4+
"remotes": [
5+
{
6+
"type": "local",
7+
"remoteAddress": "http://localhost:4444/wd/hub"
8+
},
9+
{
10+
"type": "saucelabs",
11+
"username": "username",
12+
"accesskey": "Access Key"
13+
},
14+
{
15+
"type": "browserstack",
16+
"username": "Username",
17+
"accesskey": "Access Key"
18+
},
19+
{
20+
"type": "testingbot",
21+
"username": "Key",
22+
"accesskey": "Secret"
23+
}
24+
],
25+
"tests": [
26+
{
27+
"name": "IceConnectionTest",
28+
"tupleSize": 2,
29+
"testImpl": "org.webrtc.kite.IceConnectionTest"
30+
}
31+
],
32+
"browsers": [
33+
{
34+
"browserName": "chrome"
35+
},
36+
{
37+
"browserName": "firefox"
38+
},
39+
{
40+
"browserName": "MicrosoftEdge"
41+
}
42+
]
43+
}
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
{
2+
"name": "local and saucelabs grid example",
3+
"callback": "http://localhost:8080/kiteweb/datacenter",
4+
"remotes": [
5+
{
6+
"type": "local",
7+
"remoteAddress": "http://localhost:4444/wd/hub"
8+
},
9+
{
10+
"type": "saucelabs",
11+
"username": "username",
12+
"accesskey": "Access Key"
13+
}
14+
],
15+
"tests": [
16+
{
17+
"name": "IceConnectionTest",
18+
"tupleSize": 2,
19+
"testImpl": "org.webrtc.kite.IceConnectionTest"
20+
}
21+
],
22+
"browsers": [
23+
{
24+
"browserName": "chrome"
25+
},
26+
{
27+
"browserName": "firefox"
28+
},
29+
{
30+
"browserName": "MicrosoftEdge"
31+
}
32+
]
33+
}
Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
{
2+
"name": "saucelabs and browserstack grid example",
3+
"callback": "http://localhost:8080/kiteweb/datacenter",
4+
"remotes": [
5+
{
6+
"type": "saucelabs",
7+
"username": "username",
8+
"accesskey": "Access Key"
9+
},
10+
{
11+
"type": "browserstack",
12+
"username": "Username",
13+
"accesskey": "Access Key"
14+
}
15+
],
16+
"tests": [
17+
{
18+
"name": "IceConnectionTest",
19+
"tupleSize": 2,
20+
"testImpl": "org.webrtc.kite.IceConnectionTest"
21+
}
22+
],
23+
"browsers": [
24+
{
25+
"browserName": "chrome",
26+
"version": "59.0",
27+
"platform": "MAC"
28+
},
29+
{
30+
"browserName": "firefox",
31+
"version": "45.0",
32+
"platform": "LINUX"
33+
},
34+
{
35+
"browserName": "MicrosoftEdge",
36+
"version": "15.0",
37+
"platform": "WINDOWS"
38+
}
39+
]
40+
}
Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
{
2+
"name": "saucelabs, browserstack, testingbot grid example",
3+
"callback": "http://localhost:8080/kiteweb/datacenter",
4+
"remotes": [
5+
{
6+
"type": "saucelabs",
7+
"username": "username",
8+
"accesskey": "Access Key"
9+
},
10+
{
11+
"type": "browserstack",
12+
"username": "Username",
13+
"accesskey": "Access Key"
14+
},
15+
{
16+
"type": "testingbot",
17+
"username": "Key",
18+
"accesskey": "Secret"
19+
}
20+
],
21+
"tests": [
22+
{
23+
"name": "IceConnectionTest",
24+
"tupleSize": 2,
25+
"testImpl": "org.webrtc.kite.IceConnectionTest"
26+
}
27+
],
28+
"browsers": [
29+
{
30+
"browserName": "chrome",
31+
"version": "59.0",
32+
"platform": "MAC"
33+
},
34+
{
35+
"browserName": "firefox",
36+
"version": "46.0",
37+
"platform": "LINUX"
38+
},
39+
{
40+
"browserName": "MicrosoftEdge",
41+
"version": "15.0",
42+
"platform": "WINDOWS"
43+
}
44+
]
45+
}
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
{
2+
"name": "saucelabs grid example",
3+
"callback": "http://localhost:8080/kiteweb/datacenter",
4+
"remotes": [
5+
{
6+
"type": "saucelabs",
7+
"username": "username",
8+
"accesskey": "Access Key"
9+
}
10+
],
11+
"tests": [
12+
{
13+
"name": "IceConnectionTest",
14+
"tupleSize": 2,
15+
"testImpl": "org.webrtc.kite.IceConnectionTest"
16+
}
17+
],
18+
"browsers": [
19+
{
20+
"browserName": "chrome",
21+
"version": "57.0",
22+
"platform": "MAC"
23+
},
24+
{
25+
"browserName": "firefox",
26+
"version": "45.0",
27+
"platform": "LINUX"
28+
},
29+
{
30+
"browserName": "MicrosoftEdge",
31+
"version": "14.0",
32+
"platform": "WINDOWS"
33+
}
34+
]
35+
}

KITE-AppRTC-Test/logs/kite.log

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
INFO 2017-09-21 11:07:04,240 [main] org.webrtc.kite.IceConnectionTest - RemoteWebDriver: firefox on ANY (873c6563-0669-4762-86ca-89dac8a4f8d2): new
2+
INFO 2017-09-21 11:07:04,260 [main] org.webrtc.kite.IceConnectionTest - RemoteWebDriver: chrome on LINUX (dc92bd65-d565-467f-ad1c-b572b407fcc6): unknown
3+
INFO 2017-09-21 11:07:05,288 [main] org.webrtc.kite.IceConnectionTest - RemoteWebDriver: firefox on ANY (873c6563-0669-4762-86ca-89dac8a4f8d2): new
4+
INFO 2017-09-21 11:07:05,306 [main] org.webrtc.kite.IceConnectionTest - RemoteWebDriver: chrome on LINUX (dc92bd65-d565-467f-ad1c-b572b407fcc6): checking
5+
INFO 2017-09-21 11:07:06,353 [main] org.webrtc.kite.IceConnectionTest - RemoteWebDriver: firefox on ANY (873c6563-0669-4762-86ca-89dac8a4f8d2): connected
6+
INFO 2017-09-21 11:07:06,406 [main] org.webrtc.kite.IceConnectionTest - RemoteWebDriver: chrome on LINUX (dc92bd65-d565-467f-ad1c-b572b407fcc6): connected

0 commit comments

Comments
 (0)