Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
Fullstack
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
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
Madeleine Stenberg Jonassen
Fullstack
Merge requests
!1
Linking front to backend
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Linking front to backend
Linking-front-to-backend
into
main
Overview
0
Commits
3
Pipelines
0
Changes
30
Merged
Madeleine Stenberg Jonassen
requested to merge
Linking-front-to-backend
into
main
1 year ago
Overview
0
Commits
3
Pipelines
0
Changes
30
Expand
0
0
Merge request reports
Compare
main
main (base)
and
latest version
latest version
5c96fad1
3 commits,
1 year ago
30 files
+
7766
−
1
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
30
Search (e.g. *.vue) (Ctrl+P)
FullstackProsjekt/src/frontend/cypress/e2e/example.cy.js
0 → 100644
+
8
−
0
Options
// https://on.cypress.io/api
describe
(
'
My First Test
'
,
()
=>
{
it
(
'
visits the app root url
'
,
()
=>
{
cy
.
visit
(
'
/
'
)
cy
.
contains
(
'
h1
'
,
'
You did it!
'
)
})
})
Loading