change(ui): add CICD testing command
This commit is contained in:
parent
e346541411
commit
ba7c3f439b
5 changed files with 4 additions and 10 deletions
3
frontend/.gitignore
vendored
3
frontend/.gitignore
vendored
|
|
@ -17,4 +17,5 @@ app/components/ui/SVG.js
|
|||
!.yarn/versions
|
||||
*.env.json
|
||||
cypress.env.json
|
||||
cypress/snapshots/__diff_output__/
|
||||
cypress/snapshots/__diff_output__/
|
||||
cypress/videos/
|
||||
|
|
|
|||
Binary file not shown.
|
After Width: | Height: | Size: 129 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 130 KiB |
|
|
@ -17,7 +17,8 @@
|
|||
"postinstall": "yarn gen:icons && yarn gen:colors",
|
||||
"build-storybook": "build-storybook",
|
||||
"test": "jest",
|
||||
"cy:open": "cypress open"
|
||||
"cy:open": "cypress open",
|
||||
"cy:test": "cypress run --browser chrome"
|
||||
},
|
||||
"dependencies": {
|
||||
"@floating-ui/react-dom-interactions": "^0.10.3",
|
||||
|
|
|
|||
|
|
@ -1,8 +0,0 @@
|
|||
import WebPlayer from 'App/player/web/WebPlayer';
|
||||
import SimpleStore from 'App/player/common/SimpleStore'
|
||||
|
||||
let store = new SimpleStore({
|
||||
...WebPlayer.INITIAL_STATE,
|
||||
})
|
||||
|
||||
const player = new WebPlayer(store, session, false)
|
||||
Loading…
Add table
Reference in a new issue