gecko-dev/webtools/litmus
zach%zachlipton.com b7fbc692c4 * Add new edit users interface to allow admins to search for users and to change change user passwords, email addresses, and other user data.
* Add automated testing authentication token to the user table -- to be used for future web services work.

* Create a fulltext index of user data to aid searching.
2006-06-16 17:27:54 +00:00
..
Litmus * Add new edit users interface to allow admins to search for users and to change change user passwords, email addresses, and other user data. 2006-06-16 17:27:54 +00:00
css b=323768 2006-06-05 01:16:46 +00:00
images
js Add a simple formatting engine for testcase data using Text::Markdown. Normal HTML is passed through the filter unchanged, but now paragraphs will automatically be tagged with <p> and lists will automatically be converted to the proper html. A formatting help pane provides a description. The formatter is triggered with the 'markdown' filter in templates (e.g. [% expectedResults | markdown | testdata %]. 2006-06-15 18:54:15 +00:00
skins
t
templates/en/default * Add new edit users interface to allow admins to search for users and to change change user passwords, email addresses, and other user data. 2006-06-16 17:27:54 +00:00
testcase_files - adding apache access directives for new testcase_files directory tree 2006-06-07 22:55:50 +00:00
testrunner_migration - script to clone a testgroup, including all subsidiary subgroups and testcases 2006-05-25 19:00:32 +00:00
.cvsignore
.htaccess
INSTALL
Litmus.pm
Makefile
README
advanced_search.cgi b=323768 2006-06-05 04:07:29 +00:00
common_results.cgi
edit_categories.cgi
edit_users.cgi * Add new edit users interface to allow admins to search for users and to change change user passwords, email addresses, and other user data. 2006-06-16 17:27:54 +00:00
enter_test.cgi * New feature: Add New Testcase 2006-06-13 17:05:23 +00:00
favicon.ico
index.cgi
login.cgi
logout.cgi
populatedb.pl * Add new edit users interface to allow admins to search for users and to change change user passwords, email addresses, and other user data. 2006-06-16 17:27:54 +00:00
populatedb.sql
process_test.cgi b=322585 2006-06-05 05:53:10 +00:00
robots.txt Add coop's robots.txt file from the production install 2006-06-13 19:25:45 +00:00
run_tests.cgi b=323768 2006-06-05 04:07:29 +00:00
runtests.pl
schema.pl * Add new edit users interface to allow admins to search for users and to change change user passwords, email addresses, and other user data. 2006-06-16 17:27:54 +00:00
search_results.cgi b=323768 2006-06-05 04:07:29 +00:00
show_test.cgi - remove sort_order 2006-06-14 17:30:10 +00:00
simpletest.cgi b=323768 2006-06-05 04:07:29 +00:00
single_result.cgi b=323768 2006-06-05 04:07:29 +00:00
stats.cgi b=323768 2006-06-05 04:07:29 +00:00
testlist.cgi b=323768 2006-06-05 04:07:29 +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.