Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Stud.IP
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
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
Code review analytics
Issue analytics
Insights
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
Marcus Eibrink-Lunzenauer
Stud.IP
Merge requests
!4
Integrate playwright into gitlab ci pipeline
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Merged
Integrate playwright into gitlab ci pipeline
tleilax/studip:feature/playwright
into
feature/playwright
Overview
0
Commits
8
Pipelines
10
Changes
1
Merged
Jan-Hendrik Willms
requested to merge
tleilax/studip:feature/playwright
into
feature/playwright
2 years ago
Overview
0
Commits
8
Pipelines
10
Changes
1
Expand
0
0
Merge request reports
Viewing commit
9561f64d
Prev
Next
Show latest version
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
9561f64d
remove bogus option, re #2635
· 9561f64d
Jan-Hendrik Willms
authored
2 years ago
.gitlab-ci.yml
+
1
−
1
Options
@@ -294,7 +294,7 @@ test-e2e:
-
*initialize-studip-database
-
npm install playwright
-
npm ci
-
npx playwright install --with-deps
--grep-invert a11y
-
npx playwright install --with-deps
script
:
-
php -S $PHP_WEBSERVER_URL -t public &
-
PHP_SERVER_PID=$!
Loading