jingyuezijing

Results 12 issues of jingyuezijing

{ "url": "https://www.baidu.com", "elemet":[ ["id_=’kw‘","id_='su'"]], "testdata": [ ["seldom", "seldom_搜索结果"], ["poium", "poium_搜索结果"] ] } 上述json格式的参数,在用例中如何调用? 背景:希望一个页面的url和元素定位参数,输入测试数据统一在一个文件维护

**codeception.yml like this:** ![image](https://user-images.githubusercontent.com/77383326/151323074-c4d807d8-db39-49b8-a325-583c189729f1.png) **api.suit.yml like this:** ![image](https://user-images.githubusercontent.com/77383326/151323115-2ad932fe-796d-40e9-b0be-05ec90be2f74.png) **index.php** ![image](https://user-images.githubusercontent.com/77383326/151323156-3ac0c970-bafa-4bb1-9b64-f5cb3977eb10.png) when i test in command: php vendor/codeception/codeception/codecept run --coverage --coverage-xml --coverage-html _output/coverage:open the html ,nothing to test result all zero;how...