nuxeo / FunkLoad

Functional and load testing framework for web applications, written in Python
http://funkload.nuxeo.org/
GNU General Public License v2.0
381 stars 83 forks source link

Filter out .swfs when building funkload tests #6

Closed Joeboy closed 13 years ago

Joeboy commented 13 years ago

RecorderProgram.extractRequests currently contains the following lines:

    filter_ctypes = ('image', 'css', 'javascript')
    filter_url = ('.jpg', '.png', '.gif', '.css', '.js')

Could we have 'x-shockwave-flash' added to filter_ctypes, and '.swf' added to filter_url?

bdelbosc commented 13 years ago

Filter out .swfs when building funkload tests. Closed by 09314824db320d99750ccf65a0a8e0b306944154.