测试:flutter test --start-paused 如何工作?

问题描述 投票:0回答:1

我创建了一个单元测试文件,我想在调试模式下启动命令 flutter test

The command > flutter test --start-paused .\test\api_trader_test.dart
outpout the following:
flutter test --start-paused .\test\api_trader_test.dart
00:01 +0: loading C:\projets\commercant.my-cos\prestacos\developpement\prestacos\.\test\api_trader_test.dart                                                                                                        The test process has been started.
You can now connect to it using observatory. To connect, load the following Web site in your browser:
  http://127.0.0.1:55396/a5nXX-epXCs=/
You should first set appropriate breakpoints, **then resume the test in the debugger**.
05:05 +0: loading C:\projets\my-projet\api_trader_test.dart

我不知道如何继续?

任何帮助将不胜感激。

谢谢你

flutter flutter-test
1个回答
0
投票

在保持测试文件打开并处于焦点状态的同时,如果您使用的是 VS Code 或类似的编辑器,请单击运行图标来检查是否可以将调试器放置在实际代码中,并查看测试在调试点或测试中停止。

希望我回答了你的问题。

© www.soinside.com 2019 - 2024. All rights reserved.