-
Notifications
You must be signed in to change notification settings - Fork 86
/
Copy pathexample_test.ini
119 lines (95 loc) · 2.08 KB
/
example_test.ini
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
[testconfig]
selenium.driver = firefox
app_port = 5000
fqdn_login_url = http://example.com:%(app_port)s/login
local_login_url = http://localhost:%(app_port)s/login
default_login_url = %(fqdn_login_url)s
test_providers =
# bitbucket
# facebook
# github
# google_hybrid
# google_oauth2
# linkedin
# live
# openid
# twitter
# yahoo
bitbucket.app =
bitbucket.login =
bitbucket.password =
#bitbucket.login_url =
facebook.app =
facebook.login =
facebook.password =
#facebook.login_url =
github.app =
github.login =
github.password =
#github.login_url =
google_hybrid.login =
google_hybrid.password =
google_oauth2.login =
google_oauth2.password =
live.app =
live.login =
live.password =
linkedin.login =
linkedin.password =
openid.login =
openid.password =
twitter.app =
twitter.login =
twitter.password =
#twitter.login_url =
yahoo.login =
yahoo.password =
[app:main]
use = call:tests.selenium.testapp:main
login_providers =
# bitbucket
# facebook
# github
# google_hybrid
# google_oauth2
# linkedin
# live
# openid
# twitter
# yahoo
# Bitbucket
velruse.bitbucket.consumer_key =
velruse.bitbucket.consumer_secret =
# Facebook
velruse.facebook.app_id =
velruse.facebook.app_secret =
velruse.facebook.scope =
# Github
velruse.github.app_id =
velruse.github.app_secret =
velruse.github.scope =
# Google Hybrid (also requires OpenID configuration)
velruse.google_hybrid.realm =
velruse.google_hybrid.consumer_key =
velruse.google_hybrid.consumer_secret =
velruse.google_hybrid.oauth_scope =
# Google OAuth2
velruse.google_oauth2.consumer_key =
velruse.google_oauth2.consumer_secret =
velruse.google_oauth2.scope =
# LinkedIn
velruse.linkedin.consumer_key =
velruse.linkedin.consumer_secret =
# Windows Live
velruse.live.client_id =
velruse.live.client_secret =
velruse.live.scope =
# Yahoo (also requires OpenID configuration)
velruse.openid.realm =
# Twitter
velruse.twitter.consumer_key =
velruse.twitter.consumer_secret =
# Yahoo (also requires OpenID configuration)
velruse.yahoo.realm =
velruse.yahoo.consumer_key =
velruse.yahoo.consumer_secret =