-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(@dpc-sdp/nuxt-ripple-cli): added missing files to layer ci command
- Loading branch information
1 parent
f98c858
commit b482350
Showing
3 changed files
with
38 additions
and
0 deletions.
There are no files selected for viewing
10 changes: 10 additions & 0 deletions
10
...t-ripple-cli/src/commands/init/_templates/layer/latest/cypress/features/example.feature.t
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
--- | ||
to: cypress/features/example.feature | ||
--- | ||
Feature: Example test | ||
|
||
This is an example test which should be modified or removed as required. See @dpc-sdp/ripple-test-utils for more info. | ||
|
||
@mockserver @skip | ||
Scenario: Example - delete me. | ||
Given I visit the page "/" |
4 changes: 4 additions & 0 deletions
4
...cli/src/commands/init/_templates/layer/latest/cypress/support/step_definitions/index.ts.t
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
--- | ||
to: cypress/support/step_definitions/index.ts | ||
--- | ||
import '@dpc-sdp/ripple-test-utils/step_definitions' |
24 changes: 24 additions & 0 deletions
24
...xt-ripple-cli/src/commands/init/_templates/layer/latest/github/PULL_REQUEST_TEMPLATE.md.t
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
--- | ||
to: .github/PULL_REQUEST_TEMPLATE.yml | ||
--- | ||
<!-- Add link to JIRA eg: https://digital-vic.atlassian.net/browse/SDPAP- or GitHub Issue Number eg: #123 --> | ||
|
||
**Issue**: | ||
|
||
### What I did | ||
<!-- Summary of changes made in the Pull Request --> | ||
- | ||
- | ||
|
||
### How to test | ||
<!-- Summary of how to test --> | ||
- | ||
- | ||
|
||
### Checklist | ||
<!-- Go over all the following points, and put an `x` in all the boxes that apply. --> | ||
|
||
- [ ] I have read the [Ripple documentation](https://www.ripple.sdp.vic.gov.au/framework/) documentation around adding custom functionality. | ||
- [ ] I have added Cypress integration tests for new content types or components | ||
- [ ] I have added unit tests for helper functions | ||
- [ ] This PR requires changes to environment variables which need to be added in https://github.com/dpc-sdp/sdp-cmdb |