| Version 9 (modified by , 12 years ago) ( diff ) |
|---|
FFmpeg Automated Testing Environment
FATE (FFmpeg Automated Testing Environment) is an extended regression testing platform developed by FFmpeg. It operates like a continuous integration platform like Jenkins and Hudson.
It is splitted in to two parts:
- On the client side, it involves building FFmpeg, comparing the output of a specific test with a reference file, and then aggregating the results into a report.
- On the server side, the reports are submitted from clients, and then displayed on http://fate.ffmpeg.org. The server software, fateserver, is hosted on git://git.ffmpeg.org/fateserverGitHub.
The current coverage of the FATE test suite, generated by lcov, is available at http://coverage.ffmpeg.org/.
Documentation
- For instructions on running the tets, see http://ffmpeg.org/fate.html.
- For instructions on running fateserver, see FATE/Fateserver.
- For help viewing http://fate.ffmpeg.org, see FATE/Website
- WIP. See 3428. For instructions on adding a FATE test (for developers), see FATE/AddingATest.
- For help on generating a coverage report of the FATE suite (like the official one), see Developers/TestingCoverage.
Note:
See TracWiki
for help on using the wiki.


