Commit Graph

9 Commits

Author SHA1 Message Date
Tom Hacohen 37655cbab1 Updated README. 2013-07-31 13:08:21 +01:00
Tom Hacohen c2547c0199 Made the exactness script a C program (with improvements).
It's now considerably faster thanks to concurrency.
It's cleaner (almost the same loc).
Better error output.
Easier to use.
2013-05-08 11:47:59 +01:00
Aharon Hillel 6d68ce3439 exactness: Make it possible to run only selected tests from list file.
Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com>

SVN revision: 67970
2012-02-15 09:56:07 +00:00
Aharon Hillel e0f206ad62 exactness: Updated README file to match working with TestFile
Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com>

SVN revision: 67932
2012-02-14 13:52:51 +00:00
Aharon Hillel 17815fa441 exactness: added simulate mode
Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com>

SVN revision: 66378
2011-12-20 09:12:18 +00:00
Aharon Hillel d4e0182e05 exactness: Automatically compare outputs when running "play".
Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com>

SVN revision: 66313
2011-12-18 14:12:01 +00:00
Tom Hacohen d3e1171bf2 Exactness: fix wrong path in README.
SVN revision: 66311
2011-12-18 13:29:05 +00:00
Aharon Hillel 85ffe5ac15 exactness: Added BaseDir arg,using GETOPT to process command line 1. Added BaseDir argument [-b BaseDir] to tell exactness where to find rec 2. tsuite.c now using ecore getopt to process command line args
Signed-off-by: Aharon Hillel <aharon@aharon-linux-sm.(none)>

SVN revision: 66117
2011-12-12 13:55:05 +00:00
Aharon Hillel e820a4033d Exactness: initial commit.
(Commit message by TAsn):
Exactness is a pixel perfect test suite for elm/evas/edje.
Exactness lets you write tests, and then record a specific interaction
with them, while taking windowshots in the process. The tests can later
be played back (windowshots will be automatically taken) and the
pictures will be compared for differences (usage of fail_if is also
      supported).
There is a premade set of tests and recordings for all (most?) of the
elementary widgets in various scenarios.
Because of the nature of this test suite, it doesn't handle well any
tests with continued running animations/viedos (timing can never be 100%
      right). But you can use it to test widgets with transition
animations. Bottom line: just give it a go.

Read the README for more inforamtion.

I hope it'll be deployed on our servers soon, as we really need
automatic testing.

Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com>

SVN revision: 65961
2011-12-06 16:05:14 +00:00