Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
open-source
MetaGer
Commits
e8669f4a
Commit
e8669f4a
authored
May 03, 2019
by
Dominik Hebeler
Browse files
testing ci
parent
b9720b9e
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
e8669f4a
...
...
@@ -55,7 +55,6 @@ test metager3:
script
:
-
cd ~/MetaGer_neu
-
sh test.sh
after_script
:
-
kill $browserstackPid
-
kill $servePid
...
...
test.sh
View file @
e8669f4a
...
...
@@ -5,7 +5,7 @@ set -e
cd
~/MetaGer_neu
# Start Webserver
php artisan serve
>
/dev/null 2>&1 &
php artisan serve
--port
8005
>
/dev/null 2>&1 &
servePid
=
$!
# Start the Browserstack Proxy
...
...
tests/Feature/StaticPagesTest.php
View file @
e8669f4a
...
...
@@ -18,7 +18,7 @@ class StaticPagesTest extends TestCase
"resolution"
=>
"1920x1080"
,
);
private
$webdriver
;
private
$mgServer
=
"http://localhost:800
0
"
;
private
$mgServer
=
"http://localhost:800
5
"
;
/**
* A basic feature test example.
*
...
...
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