forked from mozilla/mozillians-tests
-
Notifications
You must be signed in to change notification settings - Fork 0
/
credentials.yaml
48 lines (45 loc) · 1.09 KB
/
credentials.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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#
#
# File contains users data.
#
# Each user is a section named with its role
# and any number of values. At least email,
# password and name should be present.
#
# Example:
# admin:
# email: email@site.com
# password: password
# name: Test User
#
# Still, you are free to add any more data you wish. It will be kept
# in the same dictionary.
#
# Example:
# admin:
# email: email@site.com
# password: password
# name: Test User
# username: testuser
# some_user_data: data
#
# The contents of this file are accessible via the pytest-mozwebqa plugin:
#
# Example:
# credentials = mozwebqa.credentials['default']
# credentials['email']
user:
email: <value>
password: <value>
name: <value>
unvouched:
email: <value>
password: <value>
name: <value>
unconfirmed:
email: <value>
password: <value>
name: <value>