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
0eb8a3e2
Commit
0eb8a3e2
authored
1 year ago
by
s87777
Browse files
Options
Downloads
Patches
Plain Diff
Test29
parent
39977add
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#50226
failed
1 year ago
Stage: build
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/test/UserManagement.test.ts
+1
-0
1 addition, 0 deletions
src/test/UserManagement.test.ts
with
1 addition
and
0 deletions
src/test/UserManagement.test.ts
+
1
−
0
View file @
0eb8a3e2
...
@@ -7,6 +7,7 @@ describe("User Management Test", function () {
...
@@ -7,6 +7,7 @@ describe("User Management Test", function () {
beforeEach
(
async
function
()
{
beforeEach
(
async
function
()
{
console
.
log
(
"
Selenium Testing Server:
"
+
process
.
env
.
APP_TESTS_REMOTE_WEB_DRIVER_URL
);
console
.
log
(
"
Selenium Testing Server:
"
+
process
.
env
.
APP_TESTS_REMOTE_WEB_DRIVER_URL
);
console
.
log
(
"
React-Rest Anbindung:
"
+
process
.
env
.
REACT_APP_API_SERVER_URL
)
driver
=
await
new
Builder
().
forBrowser
(
"
chrome
"
).
usingServer
(
`
${
process
.
env
.
APP_TESTS_REMOTE_WEB_DRIVER_URL
}
`
).
setChromeOptions
(
new
chrome
.
Options
().
headless
().
windowSize
({
width
:
1920
,
height
:
1080
})).
build
();
driver
=
await
new
Builder
().
forBrowser
(
"
chrome
"
).
usingServer
(
`
${
process
.
env
.
APP_TESTS_REMOTE_WEB_DRIVER_URL
}
`
).
setChromeOptions
(
new
chrome
.
Options
().
headless
().
windowSize
({
width
:
1920
,
height
:
1080
})).
build
();
await
driver
.
get
(
`http://localhost:3000`
);
await
driver
.
get
(
`http://localhost:3000`
);
...
...
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