From 9a1c4f7d9ecb6e13b24274abedcad2ce8f2326f0 Mon Sep 17 00:00:00 2001 From: Ryan Kulp Date: Mon, 9 Oct 2023 22:15:53 -0400 Subject: [PATCH] how to run tests headed or headless --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 4d6ae4cf..f83ec978 100644 --- a/README.md +++ b/README.md @@ -50,8 +50,12 @@ ssl_params: ## Testing ``` +# headless bundle exec rspec # run all tests inside spec/ bundle exec rspec spec/dir_name # run all tests inside given directory + +# headed (in a real browser) +HEADED=TRUE bundle exec rspec ``` ## Deploying