Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
Metabase
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
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
Service Desk
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Engineering Digital Service
Metabase
Commits
7bcd3436
Unverified
Commit
7bcd3436
authored
4 years ago
by
Nemanja Glumac
Committed by
GitHub
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Add Cypress repro PR template [ci skip] (#13668)
parent
ba95179d
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.github/PULL_REQUEST_TEMPLATE/cypress_repro.md
+31
-0
31 additions, 0 deletions
.github/PULL_REQUEST_TEMPLATE/cypress_repro.md
with
31 additions
and
0 deletions
.github/PULL_REQUEST_TEMPLATE/cypress_repro.md
0 → 100644
+
31
−
0
View file @
7bcd3436
### Status
PENDING CI / PENDING REVIEW / READY _(choose one and update accordingly)_
### What does this PR accomplish?
-
Reproduces #XXXXX
### How to test this manually?
-
`yarn test-cypress-open`
-
`relative/path/to/the/file`
_(optionally, include the line number on which the test starts)_
> _(For still unfixed bug)_
-
Replace
`it.skip()`
with
`it.only()`
to test this in isolation
-
The test should fail until the related issue is fixed
> _(For a fixed bug)_
-
The test should pass
### Additional notes:
> _(For still unfixed bug)_
-
Once the issue is fixed, please remove the
`.skip`
part (unskip the test completely)
-
Make sure the test is passing and
-
Merge it together with the fix
> _(For a fixed bug)_
-
Please merge this repro unskipped
-
The bug was fixed in #YYYYY
### Questions:
-
this is optional
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