File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ /node_modules /
Original file line number Diff line number Diff line change 11# testlink-testcafe
22end to end testing (experiments) using testcafe (https://devexpress.github.io/testcafe/ )
3+
4+ ## Testcafe installation
5+ You need node.js
6+
7+ This is the way I normally use testcafe:
8+ * install testcafe GLOBALLY: npm -g install testcafe
9+ * install testcage LOCALLY: npm install testcafe
10+
11+ Now you are ready to run the tests.
12+
13+ ## Test case - Fresh installation
14+ Test configuration is setted using ENVironment variables.
15+ TL_URL: URL to the testlink installation
16+ TL_DBNAME: database name
17+ TL_DBADMIN: DBMD user with administrator rights
18+ TL_DBADMINPWD: the DBMD user password
19+
20+ the setens.sh scripts can be used to set these values in a Linux/OSX in this way:
21+ . ./setenv
22+
23+ then you can run the fresh install test:
24+ ./runtest.sh ./test/fresh-install.js
25+
You can’t perform that action at this time.
0 commit comments