As of Rails 7.1 this no longer seems to work:
rails test:system test
In Rails 7.1 this works, and is documented to work:
rails test:all
Prefix with "bin/" or "bundle exec " as appropriate.