Skip to content

Commit

Permalink
chore(@dpc-sdp/nuxt-ripple-cli): added missing files to layer ci command
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffdowdle committed Aug 17, 2023
1 parent f98c858 commit b482350
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 0 deletions.
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 "/"
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'
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

0 comments on commit b482350

Please sign in to comment.