emanjavacas / weasimov

Code for the "AsiBot" project
MIT License
0 stars 0 forks source link

[WIP] testing #57

Closed fbkarsdorp closed 7 years ago

fbkarsdorp commented 7 years ago

Work in progress. Need to add some code to test for multiple agents playing simultaneously.

emanjavacas commented 7 years ago

Looks great. Do you know if you can fake typing in a textbox with splinter? That would also be nice to test since we are sending data to the server on each keystroke.

fbkarsdorp commented 7 years ago

Yes, that is certainly possible. I figured it suffices to only send the suggestions, but I could add a method to type some text as well.

emanjavacas commented 7 years ago

Actually, we are gonna need text to send to the server as well for stress testing not only generation but also reading.

2017-10-22 12:25 GMT+02:00 Folgert Karsdorp notifications@github.com:

Yes, that is certainly possible. I figured it suffices to only send the suggestions, but I could a a method to type some text as well.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/emanjavacas/weasimov/pull/57#issuecomment-338466977, or mute the thread https://github.com/notifications/unsubscribe-auth/AF6Ho1kt16tf7DyvRLktoBw2ygxYhdg2ks5suxgJgaJpZM4QBvfI .

-- Enrique Manjavacas.

fbkarsdorp commented 7 years ago

This should be ready to go!