gemini-testing / gemini-gui

GUI for gemini
MIT License
69 stars 18 forks source link

Re-run tests with changed source #91

Open vvscode opened 7 years ago

vvscode commented 7 years ago

Is there ability to rerun tests from gui with changed source?

Case:

Either I do something wrong ?

j0tunn commented 7 years ago

Hi. There is no such ability right now. gemini-gui initializes gemini once on start. At that moment it reads tests. We could think about some dev mode (parameter or checkbox in gui). @sipayRT what do you think about it?

vvscode commented 7 years ago

@j0tunn looks like we can just call readTests readTests from run ( or getTests - I'm not sure about the method )

If you're fine about the changes, I'm ready to make PR

sipayRT commented 7 years ago

not bad, it can be useful

sipayRT commented 7 years ago

If you're fine about the changes, I'm ready to make PR

it would be nice!

j0tunn commented 7 years ago

@j0tunn looks like we can just call readTests readTests from run ( or getTests - I'm not sure about the method )

I'm not sure about doing this by default. Looks like it should invalidate all current test results. And rebuild the tree

vvscode commented 7 years ago

@j0tunn so what is you decision ? May I add at lead some checkbox into UI for defining such behavior? or special button Re-read tests ?

j0tunn commented 7 years ago

@vvscode I think checkbox will be ok.

alexpts commented 6 years ago

@vvscode Will you have time to do this?

vvscode commented 6 years ago

@alexpts do you have any intergration tests for gemini-gui?

alexpts commented 6 years ago

@vvscode I have some tests in private project. This ticket can help me.