Skip to content

Commit 48e586d

Browse files
Merge branch 'develop' into renovate/npm-semantic-release-vulnerability
2 parents 6986957 + 5e2de0c commit 48e586d

File tree

2 files changed

+14
-19
lines changed

2 files changed

+14
-19
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,10 @@
88
- Closes <!-- link to the issue here, if there is one -->
99

1010
### User facing changelog
11-
<!-- Explain the change(s) for every user to read in our changelog. Examples: https://on.cypress.io/changelog -->
11+
<!--
12+
Explain the change(s) for every user to read in our changelog. Examples: https://on.cypress.io/changelog
13+
If the change is not user-facing, write "n/a".
14+
-->
1215

1316
### Additional details
1417
<!-- Examples:
@@ -22,11 +25,14 @@
2225
Screenshots or GIFs are preferred. -->
2326

2427
### PR Tasks
25-
<!-- These tasks must be completed before a PR is merged.
26-
Delete tasks if they are not applicable. -->
28+
<!--
29+
These tasks must be completed before a PR is merged.
30+
If a task does not apply, write [na] instead of checking the box.
31+
DO NOT DELETE the PR checklist.
32+
-->
2733

2834
- [ ] Have tests been added/updated?
29-
- [ ] Has the original issue or this PR been tagged with a release in ZenHub? <!-- (internal team only)-->
35+
- [ ] Has the original issue (or this PR, if no issue exists) been tagged with a release in ZenHub? (user-facing changes only)
3036
- [ ] Has a PR for user-facing changes been opened in [`cypress-documentation`](https://github.com/cypress-io/cypress-documentation)? <!-- Link to PR here -->
3137
- [ ] Have API changes been updated in the [`type definitions`](https://github.com/cypress-io/cypress/blob/develop/cli/types/cypress.d.ts)?
3238
- [ ] Have new configuration options been added to the [`cypress.schema.json`](https://github.com/cypress-io/cypress/blob/develop/cli/schema/cypress.schema.json)?

circle.yml

Lines changed: 4 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1884,17 +1884,6 @@ jobs:
18841884
repo: cypress-example-todomvc
18851885
browser: firefox
18861886

1887-
"test-binary-against-documentation-firefox":
1888-
<<: *defaults
1889-
resource_class: medium
1890-
steps:
1891-
- test-binary-against-repo:
1892-
repo: cypress-documentation
1893-
browser: firefox
1894-
command: "yarn cypress run"
1895-
wait-on: http://localhost:3000
1896-
server-start-command: yarn serve:dist
1897-
18981887
"test-binary-against-conduit-chrome":
18991888
<<: *defaults
19001889
resource_class: medium
@@ -2233,16 +2222,16 @@ linux-workflow: &linux-workflow
22332222

22342223
- test-binary-against-kitchensink-chrome:
22352224
<<: *onlyMainBranches
2236-
- test-binary-against-conduit-chrome:
2237-
<<: *onlyMainBranches
2225+
# Re-enable when the cypress-example-conduit-app project is fixed.
2226+
# https://github.com/cypress-io/cypress-example-conduit-app/issues/346
2227+
# - test-binary-against-conduit-chrome:
2228+
# <<: *onlyMainBranches
22382229
- test-binary-against-recipes-firefox:
22392230
<<: *onlyMainBranches
22402231
- test-binary-against-kitchensink-firefox:
22412232
<<: *onlyMainBranches
22422233
- test-binary-against-todomvc-firefox:
22432234
<<: *onlyMainBranches
2244-
- test-binary-against-documentation-firefox:
2245-
<<: *onlyMainBranches
22462235
- test-binary-against-api-testing-firefox:
22472236
<<: *onlyMainBranches
22482237
- test-binary-against-piechopper-firefox:

0 commit comments

Comments
 (0)