Feature/setup storybook (#332)
* Setup ui library with storybook * Add value component with story * Update changelog
This commit is contained in:
13
apps/ui-e2e/cypress.json
Normal file
13
apps/ui-e2e/cypress.json
Normal file
@ -0,0 +1,13 @@
|
||||
{
|
||||
"fileServerFolder": ".",
|
||||
"fixturesFolder": "./src/fixtures",
|
||||
"integrationFolder": "./src/integration",
|
||||
"modifyObstructiveCode": false,
|
||||
"supportFile": "./src/support/index.ts",
|
||||
"pluginsFile": "./src/plugins/index",
|
||||
"video": true,
|
||||
"videosFolder": "../../dist/cypress/apps/ui-e2e/videos",
|
||||
"screenshotsFolder": "../../dist/cypress/apps/ui-e2e/screenshots",
|
||||
"chromeWebSecurity": false,
|
||||
"baseUrl": "http://localhost:4400"
|
||||
}
|
Reference in New Issue
Block a user