Serverless test is great! can I use it offline?

Hi,
After reading here
https://serverless.com/framework/docs/dashboard/testing/
I implemented some tests.
Is it possible to run them with my local changes without deploying (running these tests offline)?
I know that there is the invoke local option and the jest option but Im missing the e2e rest test to run locally.
Thanks in advance.