use M::I for test_requires for Cat. Also add the standard MANIFEST.SKIP.
[scpubgit/Test-Harness-Selenium.git] / ths.txt
1
2 THS
3
4 Need: XVNC. Selenium. Browser. Maybe app server.
5
6 XVNC and Selenium may be on a remote host (for simplicity, require same remote host)
7
8 $app_run_command -> script/myapp_server.pl -p 3000
9 $app_host_port -> ${hostname}:3000
10
11 Start xvnc -> vncserver :${disp} or ssh user@host vncserver :${disp}
12 Start selenium -> DISPLAY=:${disp} selenium-rc -port ${port} or ssh user@host ...
13
14 Kill xvnc -> vncserver :${disp} -kill
15 Kill selenium -> GET http://${host}:${port}/selenium-server/driver/?cmd=shutDownSeleniumServer
16
17 allow suppling of $remote as 'user@host' to populate ssh command -and- $host for selenium kill
18
19