Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
FoD
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
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
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
David Schmitz
FoD
Commits
c2dff6ec
Commit
c2dff6ec
authored
2 years ago
by
David Schmitz
Browse files
Options
Downloads
Patches
Plain Diff
Makefile around Mavenfile for Selenium Testing: updated to include a short info about used settings
parent
cb190f63
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Tests/SeleniumJava/FodSelenium/Makefile
+8
-1
8 additions, 1 deletion
Tests/SeleniumJava/FodSelenium/Makefile
with
8 additions
and
1 deletion
Tests/SeleniumJava/FodSelenium/Makefile
+
8
−
1
View file @
c2dff6ec
...
...
@@ -193,8 +193,15 @@ updateconf:
updateclasses2
:
updateconf
echoinfo
:
@
echo
"settings used: FOD_IP=
$(
FOD_IP
)
FOD_PORT=
$(
FOD_PORT
)
FOD_USER=
$(
FOD_USER
)
FOD_PWD=
$(
FOD_PWD
)
, waiting 10 seconds"
1>&2
sleep
10
runtest1
:
echoinfo runtest0
@
true
# use mvn for running all tests
runtest
1
:
ensurechromedriver ensuretestuser1 updateclasses2
runtest
0
:
echoinfo
ensurechromedriver ensuretestuser1 updateclasses2
#make chg_src_login_url1 LOGIN_URL1='http:
\/\/
172.17.0.2:8000
' LOGIN_USER1='
XXXX
' LOGIN_PWD1='
YYYYYY
' CLASS1="
$(
CLASS1
)
"
#make updateclass-LoginTest
echo "FOD_IP=
$(
FOD_IP
)
" 1>&2
...
...
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