2017-07-03 146 views
0

我生成樣本世博應用程序,拉最新https://github.com/expo/test-suite。我在模擬器中運行測試套件,它顯示了永不消失的微調器。如何運行世博測試套件

您能否提供給我一個如何運行測試的說明?

我在運行測試套件時看到一些警告。

Warning 
 
Warning: Using unversioned Expo SDK. Do not publish until you set sdkVersion in exp.json 
 
Warning 
 
Warning: 'react' peer depencency missing. Run `npm ls` in /project/test-suite to see full warning. 
 

 
If there is an issue running your project, please run `npm install` in /project/test-suite and restart.

感謝

回答

0

你鏈接不是一個「試驗」套裝,你瞭解它的存儲庫。這不是測試你的應用程序。世博會的開發者作爲一種工具存在,在新版本發佈前測試世博會。

查看更多關於單元測試和測試驅動開發的信息;

https://en.wikipedia.org/wiki/Unit_testing

https://en.wikipedia.org/wiki/Development_testing

如果你的目標是測試自己的應用程序中,您將需要一個模擬器或顯影裝置;

https://docs.expo.io/versions/v18.0.0/guides/up-and-running.html

+0

我想以自動化的方式模擬器中運行測試。每次我改變任何東西時,我都不想單擊整個應用程序。 –

+0

@MarcinGasior你有沒有辦法在模擬器中用expo項目來做自動化測試? – sandy

相關問題