Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
persona
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Hexang 息壤平台
persona
Commits
f949ec4f
Commit
f949ec4f
authored
12 years ago
by
Jared Hirsch
Browse files
Options
Downloads
Patches
Plain Diff
Fix example test config files
parent
bd6f1c28
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
automation-tests/credentials.yaml.example
+33
-4
33 additions, 4 deletions
automation-tests/credentials.yaml.example
automation-tests/sauce.yaml.example
+8
-0
8 additions, 0 deletions
automation-tests/sauce.yaml.example
with
41 additions
and
4 deletions
automation-tests/credentials.yaml.example
+
33
−
4
View file @
f949ec4f
...
...
@@ -2,7 +2,36 @@
# 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/.
# insert your sauce labs credentials here and save as sauce.yaml
username: <value>
password: <value>
api-key: <value>
# 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']
default:
email: <value>
passord: <value>
name: <value>
\ No newline at end of file
This diff is collapsed.
Click to expand it.
automation-tests/sauce.yaml.example
0 → 100644
+
8
−
0
View file @
f949ec4f
# 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/.
# insert your sauce labs credentials here and save as sauce.yaml
username: <value>
password: <value>
api-key: <value>
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment