diff --git a/.gitignore b/.gitignore index b587d1a12b90ea5497e9141439c89e34f6e494fc..dc7e8d0bf0d4a4330ff8193e58049f4d4b1ab6f5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,3 @@ -/conf/ /scripts/ /log/ /.idea/ diff --git a/conf/ztf.conf b/conf/ztf.conf new file mode 100644 index 0000000000000000000000000000000000000000..4a490049d0d374a740133bc2bf101eeb5ce8835f --- /dev/null +++ b/conf/ztf.conf @@ -0,0 +1,14 @@ +Version = 1 +Language = en +Url = http://zentaopms.ngtesting.com/ +Account = admin +Password = P2ssw0rd +Javascript = +Lua = +Perl = +Php = +Python = +Ruby = +Tcl = +AutoIT = + diff --git a/demo/sample/1_simple.php b/demo/sample/1_simple.php old mode 100644 new mode 100755 diff --git a/demo/sample/2_with_group.php b/demo/sample/2_with_group.php old mode 100644 new mode 100755 diff --git a/demo/sample/3_step_multi_lines.php b/demo/sample/3_step_multi_lines.php old mode 100644 new mode 100755 diff --git a/demo/sample/5_expect_with_express.php b/demo/sample/5_expect_with_express.php old mode 100644 new mode 100755 diff --git a/demo/sample/8_misc.php b/demo/sample/8_misc.php old mode 100644 new mode 100755 diff --git a/demo/sample/9_skip.php b/demo/sample/9_skip.php old mode 100644 new mode 100755