Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
LQDN Adminsys
don
Commits
abbc9901
Commit
abbc9901
authored
Jul 23, 2018
by
Mindiell
Browse files
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
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
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment