問題タブ [earlgrey]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票する
1 に答える
235 参照

earlgrey - ネットワーク コールをまったく追跡しないように earlgrey を設定するにはどうすればよいですか?

テストを書き込もうとすると、このエラーが表示されます。ネットワーク コールをまったく追跡しないように earlgrey を設定するにはどうすればよいですか?


例外の詳細: エラー トレース: [ { "Description": "Failed to execute block because Idling resources below are busy.", "Description Glossary": { "GREYAppStateTracker": "Waiting for network requests to finish. デフォルトでは、EarlGrey はすべてを追跡しますこの動作を変更するには、GREYConfiguration を参照してください。

0 投票する
1 に答える
322 参照

ios - Earlgrey is slow when accessing NavBar/TabBar Items

As EarlGrey runs in the process and there is no install/uninstall process involved as in XCUI test framework, I expected tests to run faster but I noticed it is almost the same speed as XCUI test framework. Any reasons?

It's very slow to get TabBar or NavBar items. How can I speed up the process?

I'm using this for TabBar elements to match

Similar for NavBar buttons also