gemini-gui
gemini-gui copied to clipboard
Re-run tests with changed source
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 ?
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 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
not bad, it can be useful
If you're fine about the changes, I'm ready to make PR
it would be nice!
@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 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 I think checkbox will be ok.
@vvscode Will you have time to do this?
@alexpts do you have any intergration tests for gemini-gui?
@vvscode I have some tests in private project. This ticket can help me.