pjs/webtools/litmus
ccooper%deadsquid.com 3a62533f47 b=389040
- removed refreshed_when field (patch from S��bastien Santoro)
2007-07-23 16:43:14 +00:00
..
Litmus b=389040 2007-07-23 16:43:14 +00:00
css b=362998,364257 2007-05-04 16:26:15 +00:00
images b=378640 2007-04-24 20:26:47 +00:00
js - fix broken js and include missing js file for testday reports 2007-07-09 17:27:21 +00:00
migration - clone testgroups/subgroups/testcases between 2.0 and 3.0 2007-06-01 15:10:06 +00:00
scripts - parse more values directly from the header of the results log file 2007-06-15 21:56:23 +00:00
selenium - fix broken js and include missing js file for testday reports 2007-07-09 17:27:21 +00:00
skins Actually display the correct stats in stats.cgi. Also move the footer down a little. 2005-08-17 23:35:30 +00:00
t Fix for bug 315479 part 2: Cross-site scripting security holes in templates. All tests now pass. 2005-11-15 17:30:57 +00:00
templates/en/default Add hooks for the QA Extension 2007-07-13 22:30:14 +00:00
testcase_files - adding apache access directives for new testcase_files directory tree 2006-06-07 22:55:50 +00:00
.cvsignore Add data/ to cvsignore and create the data directory at install-time. 2005-09-07 00:43:37 +00:00
.htaccess b=355298 2007-05-31 13:39:35 +00:00
INSTALL Two significant user authentication changes: 2007-06-05 22:29:44 +00:00
Litmus.pm Use Apache2::RequestUtil->request() properly 2007-07-10 17:41:47 +00:00
Makefile Add 'make cache' target. 2006-03-21 00:38:56 +00:00
README
advanced_search.cgi - update Litmus::XML: fix logic that couldn't have ever worked, updted to current field names, also fixed some whitespace abuse 2007-05-14 19:17:08 +00:00
aggregate_results.cgi b=355278 2006-12-06 18:18:31 +00:00
common_results.cgi Land the mod_perl branch. 2006-08-01 20:50:15 +00:00
edit_users.cgi No need to revoke a user's session when changing group bits. 2007-06-05 22:53:43 +00:00
enter_test.cgi b=358035 2006-11-01 22:13:32 +00:00
extension.cgi Fix extension.cgi... 2007-07-13 22:31:47 +00:00
favicon.ico - updated favicon for Litmus 2006-08-03 16:43:53 +00:00
index.cgi b=314938,321116,321388,322949,350251,370211,370212 2007-04-18 01:57:45 +00:00
json.cgi Test runs by branch and/or product name. Now with added sugar! 2007-07-20 17:10:15 +00:00
login.cgi Fix unneeded module dependencies in Litmus::Mailer. Also fix a warning in 2007-06-05 22:46:32 +00:00
logout.cgi Land the mod_perl branch. 2006-08-01 20:50:15 +00:00
manage_categories.cgi Two significant user authentication changes: 2007-06-05 22:29:44 +00:00
manage_subgroups.cgi Two significant user authentication changes: 2007-06-05 22:29:44 +00:00
manage_test_runs.cgi Two significant user authentication changes: 2007-06-05 22:29:44 +00:00
manage_testcases.cgi Two significant user authentication changes: 2007-06-05 22:29:44 +00:00
manage_testdays.cgi Two significant user authentication changes: 2007-06-05 22:29:44 +00:00
manage_testgroups.cgi Allow superusers to edit all products. Fix a duplicated id in 2007-06-05 23:46:23 +00:00
populatedb.pl Add an index to security_groups. 2007-06-14 18:31:09 +00:00
populatedb.sql b=355298 2007-05-31 13:39:35 +00:00
preview.cgi Land the mod_perl branch. 2006-08-01 20:50:15 +00:00
process_test.cgi Kill a useless warning 2007-07-12 00:19:00 +00:00
robots.txt - add missing slash 2006-08-03 14:25:06 +00:00
run_tests.cgi b=322949 2007-04-24 16:37:25 +00:00
runtests.pl Land the mod_perl branch. 2006-08-01 20:50:15 +00:00
schema.pl Add an index to security_groups. 2007-06-14 18:31:09 +00:00
search_results.cgi b=379423 2007-05-04 13:32:13 +00:00
show_test.cgi b=314938,321116,321388,322949,350251,370211,370212 2007-04-18 01:57:45 +00:00
simpletest.cgi Land the mod_perl branch. 2006-08-01 20:50:15 +00:00
single_result.cgi - update Litmus::XML: fix logic that couldn't have ever worked, updted to current field names, also fixed some whitespace abuse 2007-05-14 19:17:08 +00:00
stats.cgi Land the mod_perl branch. 2006-08-01 20:50:15 +00:00
test_run_report.cgi b=377841 2007-04-18 21:49:47 +00:00
testday_report.cgi b=358035 2006-11-01 22:13:32 +00:00
testlist.cgi Land the mod_perl branch. 2006-08-01 20:50:15 +00:00

README

===Litmus===

If you're reading this, you've downloaded, received, or simply conjured
out of thin air, a copy of the Litmus testcase management system.
Presumably, you're reading this file because you have some sort of
question about Litmus. Hopefully, if we've done our job right, this file
ought to answer your questions. 

Q: What is Litmus?
A: Litmus is a testcase management system. Its goal is to allow users to
enter software tests, run them, and view and manage the results. Along
the way, users can expect to be able to do queries and reports and have
access all the usual features they expect from a first-class web
application. The reality may be somewhat different than this goal.
Litmus is developed by mozilla.org.  

Q: How do I install this dang thing?
A: You probably want the file called INSTALL.

Q: Where is the real documentation?
A: Hahahaha. What is this "documentation" you speak of? You might want
to check out the Litmus Wiki, which may or may not contain useful
information. See http://wiki.mozilla.org/Litmus.

Q: What needs to be done?
A: See http://wiki.mozilla.org/Litmus:Todo

Q: How much does it cost?
A: Nothing. Litmus is Free Software, licensed under the Mozilla Public
License.

Q: Wait. Isn't "testcase" two words? 
A: Not here it isn't. 

Q: Waaaaaaah. Why is Litmus written in Perl and not
PHP/Python/Java/Objective Pascal/Latin?
A: Because I know Perl. Duh. Also because Litmus uses some code from
Bugzilla, and it wouldn't be able to do this if it was written in some
other language. Camels are also some of the least buggy animals around,
as they swat flies away with their tails. 

Q: I'm still confused. You didn't answer my question. I don't know what
to do. Help!
A: First of all, that's not a question. In any case, your best bet is
probably to email Zach Lipton <zach@zachlipton.com>, and if you ask
nicely and don't make too much of a pest of yourself, he'd be glad to
get you on the right track.