mirror of
https://github.com/trezor/trezor-wallet
synced 2024-10-31 21:18:54 +00:00
46fe6d00fc
* Add base test env
* Add eslint rules for cypress
* Add configs and scripts in package json
* Added docker file for bridge and emualator
* Bridge install progress
* Bridge install next step
* Add task for integration tests
* Fixed deps
* Added baseUrl
* Added baseUrl fix
* Added npx
* Added caching for cypress bin
* Added path to binary
* Install cypress
* Finalized dockerfile
* Fixed bridge lib path
* Fixed path for binary
* Adjust script again
* Run all the things properly
* Try to run the tests
* First POC test
* First POC test in gitlab
* Fixed flow
* Fixed gitlab test url, try docker service
* export artifacts
* Test only integration tests in CI
* Test only integration tests in CI 2
* Test only integration tests in CI 3
* Added tests for initialize device
* Try to add docker in only one step
* Turn on other integration steps
* Correct node version
* Ignore cache in flow
* Run bridge and emulator in debug link mode
* Fix param
* Try to run new config in CI
* init device in docker
* Remove docker image after run
* Remove amp
* Fix path
* Artifacts on fail
* Artifacts on fail with volume
* Artifacts on fail with volume 2
* Install mkdir
* Install mkdir again
* test
* test 2
* test 3
* test 4
* test 5
* test 6
* test 7
* test 8
* test 9
* test 10
* test 11
* test 12
* test 13
* test 14
* test 15
* test 16
* test 17
* Revert "test 17"
This reverts commit f3f6c0d690
.
* test 18
* test 19
* test 20
* test 21 try chrome
* test 22
* test 23
* test 24
* test 25
* test 25 try to install chrome again
* test 25 try to install chrome again
* Added missing deps
* Added debug
* Install chromium
* Install chromium 2
* turn on chromium
* turn off debug
* turn on debug
* fix folder
* turn off debug
* Fix init device
* Add header dashboard test
* Bring things back
* clean
* clean fix
* Build image in CI
* Added stage step
* Added docker image
* Added service
* Added tests to docker image
* Refactor a bit
* Correct registry image
* Build wallet again
* Add test for dashbaord content
* new node version, more tests
* Remove unused code
* typo
* Correct snapshots, moved deps to dev, beta disclaimer prop
49 lines
1.7 KiB
Plaintext
49 lines
1.7 KiB
Plaintext
[include]
|
|
|
|
[ignore]
|
|
.*/node_modules/fbjs/.*
|
|
.*/node_modules/rc-util/.*
|
|
.*/node_modules/react-redux/.*
|
|
.*/node_modules/redux/.*
|
|
.*/node_modules/react-router/.*
|
|
.*/node_modules/oboe/test/.*
|
|
.*/_old/.*
|
|
.*/scripts/solidity/.*
|
|
.*/build/.*
|
|
.*/cache/.*
|
|
|
|
[libs]
|
|
./src/flowtype/npm/redux_v3.x.x.js
|
|
./src/flowtype/npm/react-redux_v5.x.x.js
|
|
./src/flowtype/npm/react-router_v4.x.x.js
|
|
./src/flowtype/npm/react-router-dom_v4.x.x.js
|
|
./src/flowtype/npm/connected-react-router.js
|
|
./src/flowtype/npm/bignumber.js
|
|
./src/flowtype/npm/ethereum-types.js
|
|
./src/flowtype/npm/web3.js
|
|
./src/flowtype/css.js
|
|
|
|
[options]
|
|
esproposal.class_static_fields=enable
|
|
esproposal.class_instance_fields=enable
|
|
esproposal.export_star_as=enable
|
|
suppress_comment=\\(.\\|\n\\)*\\$FlowIssue
|
|
esproposal.decorators=ignore
|
|
module.name_mapper='.*\(.less\)' -> 'CSSModule'
|
|
module.name_mapper='^\(~/\)' -> '<PROJECT_ROOT>/src/'
|
|
module.name_mapper='^universal' -> '<PROJECT_ROOT>/src/'
|
|
module.name_mapper='^flowtype' -> '<PROJECT_ROOT>/src/flowtype'
|
|
module.name_mapper='^components' -> '<PROJECT_ROOT>/src/components'
|
|
module.name_mapper='^config' -> '<PROJECT_ROOT>/src/config'
|
|
module.name_mapper='^constants' -> '<PROJECT_ROOT>/src/constants'
|
|
module.name_mapper='^utils' -> '<PROJECT_ROOT>/src/utils'
|
|
module.name_mapper='^reducers' -> '<PROJECT_ROOT>/src/reducers'
|
|
module.name_mapper='^actions' -> '<PROJECT_ROOT>/src/actions'
|
|
module.name_mapper='^views' -> '<PROJECT_ROOT>/src/views'
|
|
module.name_mapper='^data' -> '<PROJECT_ROOT>/src/data'
|
|
module.name_mapper='^services' -> '<PROJECT_ROOT>/src/services'
|
|
module.name_mapper='^support' -> '<PROJECT_ROOT>/src/support'
|
|
module.name_mapper='^public' -> '<PROJECT_ROOT>/public'
|
|
module.name_mapper='^images' -> '<PROJECT_ROOT>/src/images'
|
|
module.system=haste
|