config.json 326 B

1234567891011121314
  1. {
  2. "webdriver": {
  3. "host": "127.0.0.1",
  4. "port": "4444",
  5. "browsers": "chrome"
  6. },
  7. "vars": {},
  8. "recorder": {
  9. "pathAttrs": "data-id,data-name,type,data-type,role,data-role,data-value",
  10. "attrValueBlack": "",
  11. "classValueBlack": "",
  12. "hideBeforeExpect": ""
  13. }
  14. }