cs-au-dk / Artemis

automated testing for JavaScript
http://www.brics.dk/artemis/
GNU General Public License v3.0
36 stars 10 forks source link

Enable AJAX callbacks in concolic mode. #125

Open BenSpencer opened 9 years ago

BenSpencer commented 9 years ago

2c3039cbdc adds synchronised AJAX callbacks to the manual and server modes. This would probably be useful for concolic mode as well. At the moment I think concolic mode captures all AJAX responses but never allows them to trigger.

BenSpencer commented 8 years ago

Ideally, the whole async events system for timers and AJAX which we use in server mode would be enabled in concolic mode.