mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
[ci] include test_group_env in more ci scripts (#131633)
This commit is contained in:
parent
4dd33a9009
commit
896b0e28dd
6 changed files with 5 additions and 14 deletions
|
@ -101,3 +101,8 @@ export DISABLE_BOOTSTRAP_VALIDATION=true
|
|||
|
||||
# Prevent Browserlist from logging on CI about outdated database versions
|
||||
export BROWSERSLIST_IGNORE_OLD_DATA=true
|
||||
|
||||
# keys used to associate test group data in ci-stats with Jest execution order
|
||||
export TEST_GROUP_TYPE_UNIT="Jest Unit Tests"
|
||||
export TEST_GROUP_TYPE_INTEGRATION="Jest Integration Tests"
|
||||
export TEST_GROUP_TYPE_FUNCTIONAL="Functional Tests"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue