Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
profwebfrontend
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
s87777
profwebfrontend
Commits
9fa23ec7
Commit
9fa23ec7
authored
1 year ago
by
s87777
Browse files
Options
Downloads
Patches
Plain Diff
Test27
parent
7f2407eb
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#50213
failed
1 year ago
Stage: build
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.env
+1
-1
1 addition, 1 deletion
.env
.gitlab-ci.yml
+4
-4
4 additions, 4 deletions
.gitlab-ci.yml
with
5 additions
and
5 deletions
.env
+
1
−
1
View file @
9fa23ec7
...
@@ -5,4 +5,4 @@ REACT_APP_API_SERVER_URL=http://127.0.0.1:80
...
@@ -5,4 +5,4 @@ REACT_APP_API_SERVER_URL=http://127.0.0.1:80
# related to proxy-setting in package.json
# related to proxy-setting in package.json
DANGEROUSLY_DISABLE_HOST_CHECK=true
DANGEROUSLY_DISABLE_HOST_CHECK=true
APP_TESTS_REMOTE_WEB_DRIVER_URL = selenium__standalone-chrome
APP_TESTS_REMOTE_WEB_DRIVER_URL=selenium__standalone-chrome
\ No newline at end of file
\ No newline at end of file
This diff is collapsed.
Click to expand it.
.gitlab-ci.yml
+
4
−
4
View file @
9fa23ec7
...
@@ -24,9 +24,9 @@ build_test_frontend:
...
@@ -24,9 +24,9 @@ build_test_frontend:
-
name
:
selenium/standalone-chrome
-
name
:
selenium/standalone-chrome
alias
:
chrome
alias
:
chrome
environment
:
variables
:
-
ENV
APP_TESTS_REMOTE_WEB_DRIVER_URL
=
http://chrome:4444
APP_TESTS_REMOTE_WEB_DRIVER_URL
:
"
http://chrome:4444
"
-
ENV
REACT_APP_API_SERVER_URL
=
http://backend:80
REACT_APP_API_SERVER_URL
:
"
http://backend:80
"
script
:
script
:
-
echo "install npm"
-
echo "install npm"
...
@@ -40,7 +40,7 @@ build_test_frontend:
...
@@ -40,7 +40,7 @@ build_test_frontend:
-
echo "Build erfolgreich"
-
echo "Build erfolgreich"
-
npm start &
-
npm start &
-
echo "start test"
-
echo "start test"
-
npm test --host=$
SELENIUM_HOST
-
npm test --host=$
APP_TESTS_REMOTE_WEB_DRIVER_URL
-
echo "Testing finshed"
-
echo "Testing finshed"
artifacts
:
artifacts
:
...
...
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