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
01bcf201
Prev
Next
Show latest version
1 file
+
1
−
0
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
01bcf201
disable terms page, re #2635
· 01bcf201
Jan-Hendrik Willms
authored
2 years ago
.gitlab-ci.yml
+
1
−
0
Options
@@ -292,6 +292,7 @@ test-e2e:
@@ -292,6 +292,7 @@ test-e2e:
-
php -r "unlink('composer-setup.php');"
-
php -r "unlink('composer-setup.php');"
-
*mkdir-reports
-
*mkdir-reports
-
*initialize-studip-database
-
*initialize-studip-database
-
./cli/studip config:set SHOW_TERMS_ON_FIRST_LOGIN
0
-
npm install playwright
-
npm install playwright
-
npm ci
-
npm ci
-
npx playwright install --with-deps
-
npx playwright install --with-deps
Loading