Alexandre Barret

Results 44 issues of Alexandre Barret

We don't need to know how to write the regex for certain files. We only need to pass the programming language instead. We could add something like: `retest --lang ruby`...

enchancements

It's might be useful for people who do not want to run retest but still list all specs changed between a git branch. This way these files can be piped...

Feature

There are new ruby testing frameworks being introduced. Check what would it take to support them * https://github.com/ioquatix/sus * https://github.com/tendersearls/tldr

Question

It would be nice to have a command showing the running retest configuration details. _This would open things like switching options on the fly without exiting the process in the...

enchancements

Hi Buildkite :wave: I'm going through the getting started guide and created my first agent with the bash example. I encountered a hurdle when running my first build. The pipeline...

### Problem this feature will solve I'd like to safely bypass the creation of a factory when no overrides or traits were specified. Ultimately, the idea is to reduce the...

feature

Maybe it's time to say goodbye to Ruby 2.5 and 2.6 now. To be confirmed. This all started because MiniTest constant was undefined, but this was because I was running...

https://github.com/AlexB52/retest/pull/209 raised the issue that retest doesn't run system tests when using `--all` flag. Changing the default command from `bin/rails test` to `bin/rails test:all` to run system tests when using...

Bug

**Open question** I've encountered a file that was in the vendor folder even though it shouldn't appear when using `retest --diff ` I'm wondering whether we could have a flag...

Question
Feature