0

我在 .JS 文件中创建了一个函数,使用它计算登录功能的响应时间,它工作正常,日志也正确显示响应时间。但是,当我导出测试结果并在 Firefox 中打开它时,它显示所有步骤都通过但不显示计算时间。它只显示我存储计算时间的变量而不是它的值,而日志显示它们。

4

1 回答 1

0

You should print the calculated result by using echo command.The variable which is printed by echo function must be like this format:

Command = echo, Target = ${printedVal}

于 2013-10-04T11:37:46.607 回答