Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Nextcloud
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Monitor
Service Desk
Analyze
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
TeDomum
Nextcloud
Commits
26e2957a
Unverified
Commit
26e2957a
authored
6 years ago
by
Robin Appelman
Browse files
Options
Downloads
Patches
Plain Diff
quote paths in behat.yml
Signed-off-by:
Robin Appelman
<
robin@icewind.nl
>
parent
a7a06b23
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
build/integration/config/behat.yml
+10
-10
10 additions, 10 deletions
build/integration/config/behat.yml
with
10 additions
and
10 deletions
build/integration/config/behat.yml
+
10
−
10
View file @
26e2957a
default
:
autoload
:
'
'
:
%
paths.base%/../features/bootstrap
'
'
:
"
%paths.base%/../features/bootstrap
"
suites
:
default
:
paths
:
-
%
paths.base%/../features
-
"
%paths.base%/../features
"
contexts
:
-
FeatureContext
:
baseUrl
:
http://localhost:8080/ocs/
...
...
@@ -27,7 +27,7 @@ default:
ocPath
:
../../
federation
:
paths
:
-
%
paths.base%/../federation_features
-
"
%paths.base%/../federation_features
"
contexts
:
-
FederationContext
:
baseUrl
:
http://localhost:8080/ocs/
...
...
@@ -37,7 +37,7 @@ default:
regular_user_password
:
123456
capabilities
:
paths
:
-
%
paths.base%/../capabilities_features
-
"
%paths.base%/../capabilities_features
"
contexts
:
-
CapabilitiesContext
:
baseUrl
:
http://localhost:8080/ocs/
...
...
@@ -47,7 +47,7 @@ default:
regular_user_password
:
123456
sharees
:
paths
:
-
%
paths.base%/../sharees_features
-
"
%paths.base%/../sharees_features
"
contexts
:
-
ShareesContext
:
baseUrl
:
http://localhost:8080/ocs/
...
...
@@ -57,7 +57,7 @@ default:
regular_user_password
:
123456
setup
:
paths
:
-
%
paths.base%/../setup_features
-
"
%paths.base%/../setup_features
"
contexts
:
-
SetupContext
:
baseUrl
:
http://localhost:8080/ocs/
...
...
@@ -67,7 +67,7 @@ default:
regular_user_password
:
123456
filesdrop
:
paths
:
-
%
paths.base%/../filesdrop_features
-
"
%paths.base%/../filesdrop_features
"
contexts
:
-
FilesDropContext
:
baseUrl
:
http://localhost:8080
...
...
@@ -77,7 +77,7 @@ default:
regular_user_password
:
123456
ldap
:
paths
:
-
%
paths.base%/../ldap_features
-
"
%paths.base%/../ldap_features
"
contexts
:
-
LDAPContext
:
baseUrl
:
http://localhost:8080
...
...
@@ -87,7 +87,7 @@ default:
regular_user_password
:
what_for
remoteapi
:
paths
:
-
%
paths.base%/../remoteapi_features
-
"
%paths.base%/../remoteapi_features
"
contexts
:
-
FeatureContext
:
baseUrl
:
http://localhost:8080/ocs/
...
...
@@ -100,4 +100,4 @@ default:
extensions
:
jarnaiz\JUnitFormatter\JUnitFormatterExtension
:
filename
:
report.xml
outputDir
:
%
paths.base%/../output/
outputDir
:
"
%paths.base%/../output/
"
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