Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
open-source
MetaGer
Commits
e8669f4a
Commit
e8669f4a
authored
May 03, 2019
by
Dominik Hebeler
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
testing ci
parent
b9720b9e
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
3 deletions
+2
-3
.gitlab-ci.yml
.gitlab-ci.yml
+0
-1
test.sh
test.sh
+1
-1
tests/Feature/StaticPagesTest.php
tests/Feature/StaticPagesTest.php
+1
-1
No files found.
.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