Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nexpie-grafana-theme
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Registry
Registry
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kornkitt Poolsup
nexpie-grafana-theme
Commits
d28c5ff1
Unverified
Commit
d28c5ff1
authored
Dec 13, 2019
by
Torkel Ödegaard
Committed by
GitHub
Dec 13, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
E2E: Testing recording e2e tests (#21094)
parent
6de4933a
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
package.json
+1
-1
packages/grafana-e2e/cypress.json
+2
-1
No files found.
package.json
View file @
d28c5ff1
...
...
@@ -162,7 +162,7 @@
"typecheckPackages"
:
"yarn workspaces run typecheck"
,
"jest"
:
"jest --notify --watch"
,
"jest-ci"
:
"mkdir -p reports/junit && export JEST_JUNIT_OUTPUT_DIR=reports/junit && jest --ci --reporters=default --reporters=jest-junit --maxWorkers 2"
,
"e2e"
:
"cd packages/grafana-e2e && yarn start --env BASE_URL=$BASE_URL,CIRCLE_SHA2=$CIRCLE_SHA2,SLOWMO=$SLOWMO --config integrationFolder=../../public/e2e-tests/integration,screenshotsFolder=../../public/e2e-tests/screenShots,fileServerFolder=./cypress,video=false,viewportWidth=1920,viewportHeight=1080,trashAssetsBeforeRuns=false"
,
"e2e"
:
"cd packages/grafana-e2e && yarn start --env BASE_URL=$BASE_URL,CIRCLE_SHA2=$CIRCLE_SHA2,SLOWMO=$SLOWMO --
record --
config integrationFolder=../../public/e2e-tests/integration,screenshotsFolder=../../public/e2e-tests/screenShots,fileServerFolder=./cypress,video=false,viewportWidth=1920,viewportHeight=1080,trashAssetsBeforeRuns=false"
,
"e2e-tests"
:
"yarn e2e"
,
"e2e-tests:debug"
:
"SLOWMO=1 yarn e2e --headed --no-exit"
,
"api-tests"
:
"jest --notify --watch --config=devenv/e2e-api-tests/jest.js"
,
...
...
packages/grafana-e2e/cypress.json
View file @
d28c5ff1
{
"supportFile"
:
"cypress/support/index.ts"
"supportFile"
:
"cypress/support/index.ts"
,
"projectId"
:
"zb7k1c"
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment