System test for CSV export
Some checks failed
CI / scan_ruby (push) Successful in 15s
CI / scan_js (push) Successful in 12s
CI / lint (push) Successful in 12s
CI / test (push) Failing after 1m28s

#5
This commit is contained in:
sto
2025-12-12 10:31:03 +01:00
parent 76553d4cbc
commit 683d99ab12
9 changed files with 73 additions and 99 deletions

View File

@@ -74,6 +74,7 @@ group :test do
# Use system testing [https://guides.rubyonrails.org/testing.html#system-testing]
gem "capybara"
gem "selenium-webdriver"
gem "so_many_devices"
end
gem "pundit", "~> 2.5"