chore: Add cypress to codebase

This commit is contained in:
rebuilt 2023-07-10 13:45:25 -07:00
parent 05f52cfbf8
commit a4c68a4055
36 changed files with 3623 additions and 544 deletions

View file

@ -1,12 +1,3 @@
GIT
remote: https://github.com/twalpole/apparition.git
revision: ca86be4d54af835d531dbcd2b86e7b2c77f85f34
ref: ca86be4d54af835d531dbcd2b86e7b2c77f85f34
specs:
apparition (0.6.0)
capybara (~> 3.13, < 4)
websocket-driver (>= 0.6.5)
GEM
remote: https://rubygems.org/
specs:
@ -91,7 +82,6 @@ GEM
erubi (~> 1.4)
parser (>= 2.4)
smart_properties
bindex (0.8.1)
bootsnap (1.16.0)
msgpack (~> 1.2)
brakeman (5.4.1)
@ -100,7 +90,7 @@ GEM
activesupport (>= 3.0.0)
uniform_notifier (~> 1.11)
byebug (11.1.3)
capybara (3.39.0)
capybara (3.39.2)
addressable
matrix
mini_mime (>= 0.1.3)
@ -114,6 +104,12 @@ GEM
crass (1.0.6)
cssbundling-rails (1.1.2)
railties (>= 6.0.0)
cuprite (0.14.3)
capybara (~> 3.0)
ferrum (~> 0.13.0)
cypress-rails (0.6.0)
puma (>= 3.8.0)
railties (>= 5.2.0)
database_cleaner (2.0.2)
database_cleaner-active_record (>= 2, < 3)
database_cleaner-active_record (2.1.0)
@ -129,6 +125,10 @@ GEM
warden (~> 1.2.3)
diff-lcs (1.5.0)
docile (1.4.0)
dotenv (2.8.1)
dotenv-rails (2.8.1)
dotenv (= 2.8.1)
railties (>= 3.2)
e2mmap (0.1.0)
ed25519 (1.3.0)
em-websocket (0.5.3)
@ -150,6 +150,11 @@ GEM
factory_bot_rails (6.2.0)
factory_bot (~> 6.2.0)
railties (>= 5.0.0)
ferrum (0.13)
addressable (~> 2.5)
concurrent-ruby (~> 1.1)
webrick (~> 1.7)
websocket-driver (>= 0.6, < 0.8)
ffi (1.15.5)
formatador (1.1.0)
friendly_id (5.1.0)
@ -195,7 +200,6 @@ GEM
jsbundling-rails (1.1.1)
railties (>= 6.0.0)
json (2.6.3)
jwt (1.5.6)
kramdown (2.4.0)
rexml
kramdown-parser-gfm (1.1.0)
@ -415,10 +419,6 @@ GEM
actionpack (>= 6.0.0)
activejob (>= 6.0.0)
railties (>= 6.0.0)
twilio-ruby (4.11.1)
builder (>= 2.1.2)
jwt (~> 1.0)
multi_json (>= 1.3.0)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
uglifier (4.2.0)
@ -430,11 +430,7 @@ GEM
watir (7.2.2)
regexp_parser (>= 1.2, < 3)
selenium-webdriver (~> 4.2)
web-console (4.2.0)
actionview (>= 6.0.0)
activemodel (>= 6.0.0)
bindex (>= 0.4.0)
railties (>= 6.0.0)
webrick (1.8.1)
websocket (1.2.9)
websocket-driver (0.7.5)
websocket-extensions (>= 0.1.0)
@ -451,7 +447,6 @@ PLATFORMS
DEPENDENCIES
activerecord-import
apparition!
bcrypt_pbkdf
bootsnap
brakeman
@ -459,8 +454,11 @@ DEPENDENCIES
byebug
capybara
cssbundling-rails
cuprite
cypress-rails
database_cleaner
devise
dotenv-rails
ed25519
erb_lint
erblint-github
@ -492,7 +490,6 @@ DEPENDENCIES
rspec-rails (~> 5.1.0)
rubocop
seed_dump
selenium-webdriver (~> 4.4)
simplecov
solargraph-reek
spring
@ -501,11 +498,9 @@ DEPENDENCIES
stimulus-rails
timecop
turbo-rails
twilio-ruby (~> 4.11.1)
tzinfo-data
uglifier (>= 1.3.0)
watir
web-console
RUBY VERSION
ruby 3.2.1p31