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
9e5eb057
Unverified
Commit
9e5eb057
authored
Jan 28, 2020
by
Hugo Häggmark
Committed by
GitHub
Jan 28, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Chore: Removes Cypress record (#21782)
parent
d5d5f185
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
4 deletions
+3
-4
.circleci/config.yml
+3
-3
package.json
+0
-1
No files found.
.circleci/config.yml
View file @
9e5eb057
...
...
@@ -496,7 +496,7 @@ jobs:
-
node_modules
-
run
:
name
:
Run end-to-end tests
command
:
env BASE_URL=http://127.0.0.1:3000 yarn e2e-tests
:ci
command
:
env BASE_URL=http://127.0.0.1:3000 yarn e2e-tests
no_output_timeout
:
5m
-
store_artifacts
:
path
:
public/e2e-tests/screenShots/theTruth
...
...
@@ -624,7 +624,7 @@ jobs:
-
node_modules
-
run
:
name
:
run end-to-end tests
command
:
'
env
BASE_URL=http://127.0.0.1:3000
yarn
e2e-tests
:ci
'
command
:
'
env
BASE_URL=http://127.0.0.1:3000
yarn
e2e-tests'
no_output_timeout
:
5m
-
store_artifacts
:
path
:
public/e2e-tests/screenShots/theTruth
...
...
@@ -666,7 +666,7 @@ jobs:
-
node_modules
-
run
:
name
:
run end-to-end tests
command
:
'
env
BASE_URL=http://127.0.0.1:3000
yarn
e2e-tests
:ci
'
command
:
'
env
BASE_URL=http://127.0.0.1:3000
yarn
e2e-tests'
no_output_timeout
:
5m
-
store_artifacts
:
path
:
public/e2e-tests/screenShots/theTruth
...
...
package.json
View file @
9e5eb057
...
...
@@ -163,7 +163,6 @@
"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_SHA1=$CIRCLE_SHA1,SLOWMO=$SLOWMO --config integrationFolder=../../public/e2e-tests/integration,screenshotsFolder=../../public/e2e-tests/screenShots,videosFolder=../../public/e2e-tests/videos,fileServerFolder=./cypress,viewportWidth=1920,viewportHeight=1080,trashAssetsBeforeRuns=false"
,
"e2e-tests"
:
"yarn e2e"
,
"e2e-tests:ci"
:
"yarn e2e --record"
,
"e2e-tests:debug"
:
"SLOWMO=1 yarn e2e --headed --no-exit"
,
"api-tests"
:
"jest --notify --watch --config=devenv/e2e-api-tests/jest.js"
,
"storybook"
:
"cd packages/grafana-ui && yarn storybook --ci"
,
...
...
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