Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
don
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
25
Issues
25
List
Boards
Labels
Service Desk
Milestones
Merge Requests
5
Merge Requests
5
Operations
Operations
Incidents
Environments
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
LQDN Adminsys
don
Commits
abbc9901
Commit
abbc9901
authored
Jul 23, 2018
by
Mindiell
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remise en place des tests d'acceptance suite à la sécurisation du site
parent
6b86800c
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
Makefile
Makefile
+1
-1
tests/acceptance.suite.yml
tests/acceptance.suite.yml
+1
-1
No files found.
Makefile
View file @
abbc9901
...
...
@@ -57,7 +57,7 @@ test-functional: ## Launch functional tests.
@
./vendor/bin/codecept run functional
server-start
:
server-stop
##
Launch a local server
@
php
-S
127.0.0.1:8000
>>
./var/log/server.log &
@
php
-S
127.0.0.1:8000
-t
./www/
>>
./var/log/server.log &
@
echo
"
\0
33[32mServer running. (http://127.0.0.1:8000)
\0
33[0m"
server-stop
:
##
Stop local server if running
...
...
tests/acceptance.suite.yml
View file @
abbc9901
...
...
@@ -8,5 +8,5 @@ class_name: AcceptanceTester
modules
:
enabled
:
-
PhpBrowser
:
url
:
http://
don
url
:
http://
127.0.0.1:8000
-
\Helper\Acceptance
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment