mirror of
https://github.com/spr-networks/super.git
synced 2026-04-25 12:55:52 +03:00
[PR #12] [MERGED] UI changes - tests and github actions for build and testing #245
Labels
No labels
blocked
bug
documentation
enhancement
fixed
fixed ✅
hardening
implemented
installer
multicast
p1
p2
pending
podman
pull-request
security
testing
v1
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/super#245
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/spr-networks/super/pull/12
Author: @lts-po
Created: 3/29/2022
Status: ✅ Merged
Merged: 3/29/2022
Merged by: @lts-po
Base:
main← Head:test📝 Commits (10+)
6759373[ui] move to for testing react components2e3d6a1[ui] mock api for testinga4793d1[ui] add dev dependencies for testing6eb54ab[ui] add dev dependencies for testing8d45fce[ui] load mock API if REACT_APP_API=mock for testingecb116c[ui] cypress conf + specs for testing3125d2a[ui] first testc9a00d7[ui] github action for building & testing of ui889af97[ui] ui test workflow - use yarn2315a08[ui] github action - working dir fix📊 Changes
15 files changed (+3159 additions, -1519 deletions)
View changed files
➕
.github/workflows/test-ui.yml(+49 -0)➖
frontend/.DS_Store(+0 -0)📝
frontend/.gitignore(+0 -1)📝
frontend/README.md(+2 -0)➕
frontend/cypress.json(+6 -0)➕
frontend/cypress/integration/spec.js(+8 -0)📝
frontend/package.json(+9 -1)➕
frontend/src/App.js(+38 -0)➕
frontend/src/__tests__/Api.js(+46 -0)➕
frontend/src/__tests__/App.js(+17 -0)📝
frontend/src/components/Helpers/Api.js(+11 -11)➕
frontend/src/components/Helpers/MockAPI.js(+270 -0)📝
frontend/src/index.js(+16 -33)➕
frontend/src/setupTests.js(+5 -0)📝
frontend/yarn.lock(+2682 -1473)📄 Description
[ui] integrate testing + github actions for running build + test
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.