Skip to content

Commit

Permalink
Update Devops directory location (#770)
Browse files Browse the repository at this point in the history
* Moved application logic into the app directory

* Added basic configuration for Cypress

* Added basic cypress tests

* Changed build directory in dev-ops

* Updated ci / cd

* updated PR cloud build

* Changed to pnpm

* installed pnpm

* installed pnpm

* Trial

* try

* ANother

* consolidate

* another

* Updated cloud build step to use pnpm build

* Removed entrypoint on step 3

* Changed it to be 1 step only

* Updated single step to work with project

* Missed one

* Updated placement of devops directory

* Updated version number

* Added video

* updated git ignore

* Made gitignore not ignore the valuts.env file

* Changed cloudbuild file to be inline
  • Loading branch information
EPortman authored Aug 1, 2024
1 parent 18a927d commit 2047275
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 66 deletions.
8 changes: 7 additions & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: E2E Smoke tests
uses: cypress-io/github-action@v6
id: smoke
continue-on-error: false
continue-on-error: true
with:
summary-title: 'E2E Smoke tests'
wait-on: ${{ secrets.CYPRESS_HOST }}
Expand All @@ -64,3 +64,9 @@ jobs:
with:
name: smoke-test-results
path: testing/mochawesome-report/report.html

- name: Upload Test Videos
uses: actions/upload-artifact@v4
with:
name: cypress-videos
path: testing/cypress/videos
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ public/config/configuration.json
.firebase
*.firebaserc
*.log
!vaults.env

# Cypress related files
**/cypress.env.json
Expand Down
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "name-request",
"version": "5.5.4",
"version": "5.5.5",
"private": true,
"appName": "Name Request UI",
"sbcName": "SBC Common Components",
Expand Down
64 changes: 0 additions & 64 deletions devops/cloudbuild-pr.yaml

This file was deleted.

0 comments on commit 2047275

Please sign in to comment.