Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
mat2-quasar-frontend
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
Container registry
Model registry
Operate
Environments
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
jfriedli
mat2-quasar-frontend
Merge requests
!201
Removed K8S
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Removed K8S
develop
into
master
Overview
0
Commits
36
Pipelines
0
Changes
11
Merged
jfriedli
requested to merge
develop
into
master
5 years ago
Overview
0
Commits
36
Pipelines
0
Changes
11
Expand
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
50200ce2
36 commits,
5 years ago
11 files
+
230
−
269
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
11
Search (e.g. *.vue) (Ctrl+P)
test/cypress.yml
0 → 100644
+
15
−
0
Options
version
:
'
3.7'
services
:
cypress
:
image
:
"
cypress/included:3.2.0"
entrypoint
:
./test/wait-for-it.sh -t 0 mat2-web-frontend:8080 -- cypress run
networks
:
-
main
depends_on
:
-
mat2-web-frontend
-
mat2-web-api
environment
:
-
CYPRESS_baseUrl=http://mat2-web-frontend:8080
working_dir
:
/e2e
volumes
:
-
../:/e2e
Loading