mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 18:51:07 -04:00
[ci] Splits Jest integration tests (#125454)
This commit is contained in:
parent
d383bda82e
commit
435b772786
27 changed files with 467 additions and 62 deletions
|
@ -21,7 +21,9 @@ Next we will go over how to exactly enable the inspector for different aspects o
|
|||
|
||||
You will need to run Jest directly from the Node script:
|
||||
|
||||
`node --inspect-brk scripts/jest [TestPathPattern]`
|
||||
`node --inspect-brk node_modules/.bin/jest --runInBand --config [JestConfig] [TestPathPattern]`
|
||||
|
||||
Additional information can be found in the [Jest troubleshooting documentation](https://jestjs.io/docs/troubleshooting).
|
||||
|
||||
### Functional Test Runner
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue