5b988ab760
Added first attempt to provide a application builder. For now only trying to have a generic template.
Jocelyn Fiat2013-07-05 12:44:09 +02:00
218e73945d
Updated ecf file as workaround to make autotest works fine.
Jocelyn Fiat2013-06-17 12:03:46 +02:00
4ab44a0c47
Added notification_email library as official EWF lib.
Jocelyn Fiat2013-06-13 09:47:09 +02:00
47dbe7fdbb
Unicode support for notification_email library
Jocelyn Fiat2013-06-13 09:45:40 +02:00
2252971c3e
Added HTTP_DATE.append_to...string conversion feature Made HTTP_DATE.append_...to...string more flexible by acception STRING_GENERAL, so it is possible to append to STRING_32 (further more, it avoid potential implicit conversion)
Jocelyn Fiat2013-06-13 09:43:13 +02:00
28a6bb158a
Removed a few obsolete usages, and benefit from new classes from EiffelStudio >= 7.2
Jocelyn Fiat2013-06-12 18:51:29 +02:00
f653507fc8
Updated WGI specification to ease future migration to unicode support. Use STRING_TABLE, and better interface of READABLE_STRING_GENERAL, this way the signature are more flexible for unicode keys.
Jocelyn Fiat2013-06-12 18:50:45 +02:00
225cda0af7
minor optimization avoiding to create temporary string that might be big
Jocelyn Fiat2013-06-12 18:23:18 +02:00
63beaabfa0
Added command POST /session/:sessionId/modifier Initial implementation of KeyBoard. Added Mouse class, but not implemented.
jvelilla
2013-05-29 09:43:14 -03:00
32cf1a5720
Merge pull request #10 from oligot/reuseaddr
Jocelyn Fiat
2013-05-29 03:04:53 -07:00
b4ec6fdff8
Socket: reuse address to resolve the error "address already in use"
Olivier Ligot
2013-05-29 11:14:58 +02:00
1a518e4d27
use EWF_tmp- prefix for temp uploaded file name.
Jocelyn Fiat2013-05-15 10:52:32 +02:00
b09060315c
fixed implementation of WSF_UPLOADED_FILE.append_content_to_string
Jocelyn Fiat2013-05-15 10:48:38 +02:00
899a32c86c
Added WSF_UPLOADED_FILE.append_content_to_string (s: STRING) which can be used to get the content of the uploaded file.
Jocelyn Fiat2013-05-15 10:33:00 +02:00
7d5d55462f
Added a way to customize the place to store temporary uploaded files
Jocelyn Fiat2013-05-15 10:31:05 +02:00
330d1462bf
Reuse WSF_LAUNCHABLE_SERVICE code as ancestor of WSF_DEFAULT_SERVICE_I Note that this way, it is easy to redefine launch' in order to customize the launching instruction if needed (thinking about testing...) This might breaks some code since it adds a launch' feature, but it is easy to fix and unlikely to happen often.
Jocelyn Fiat2013-05-14 15:57:08 +02:00
7679898159
Move expectation classed under a expectation cluster, added a new expectation class for header.
jvelilla
2013-05-14 09:29:50 -03:00
d344df6e7e
Added examples find by id, name and class.
jvelilla
2013-05-14 09:28:21 -03:00
e0c3c783fa
Updated selenium WEB_DRIVER_WAIT, the feature until_when now use a predicate. Updated the related example.
jvelilla
2013-05-13 10:47:46 -03:00
8db7d0daa3
Initial implementation of HTTP RESPONSE EXPECTATIONS. Added a class to test http client with httpbin.org and expectations
jvelilla
2013-05-10 09:48:28 -03:00
48bc71c6e3
Merge branch 'master' into handler
Colin Adams
2013-05-10 09:27:23 +01:00