gemini-gui icon indicating copy to clipboard operation
gemini-gui copied to clipboard

Re-run tests with changed source

Open vvscode opened this issue 8 years ago • 10 comments

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

Case:

  • open gemini-gui
  • run tests
  • change failed tests
  • rerun via gemini ( for some reasons it use old version of test )

Either I do something wrong ?

vvscode avatar Sep 25 '17 06:09 vvscode

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?

j0tunn avatar Sep 25 '17 12:09 j0tunn

@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

vvscode avatar Sep 25 '17 12:09 vvscode

not bad, it can be useful

sipayRT avatar Sep 25 '17 14:09 sipayRT

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

it would be nice!

sipayRT avatar Sep 25 '17 14:09 sipayRT

@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

j0tunn avatar Sep 25 '17 14:09 j0tunn

@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 ?

vvscode avatar Sep 29 '17 05:09 vvscode

@vvscode I think checkbox will be ok.

j0tunn avatar Sep 29 '17 09:09 j0tunn

@vvscode Will you have time to do this?

alexpts avatar Feb 15 '18 13:02 alexpts

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

vvscode avatar Feb 19 '18 15:02 vvscode

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

alexpts avatar Feb 19 '18 15:02 alexpts