File tree 2 files changed +30
-0
lines changed
2 files changed +30
-0
lines changed Original file line number Diff line number Diff line change
1
+ # Cypress For Ruby on Rails Developers
2
+
3
+ ![ cypress for rails developers logo] ( https://raw.githubusercontent.com/twist900/cypress-store/master/logo.png )
4
+
1
5
[ ![ CircleCI] ( https://circleci.com/gh/twist900/cypress-store.svg?style=svg )] ( https://circleci.com/gh/twist900/cypress-store )
6
+
7
+ This repository hosts the source code for my [ Cypress For Ruby on Rails Developers] ( https://nebulab.it/blog/cypress-for-rails-developers/ ) article.
8
+
9
+ ## Installation
10
+
11
+ Install Ruby dependencies:
12
+
13
+ $ bundle
14
+
15
+ Install Node dependencies:
16
+
17
+ $ yarn
18
+
19
+ Setup the database:
20
+
21
+ $ bundle exec rake db:setup
22
+
23
+ ## Run Cypress tests
24
+
25
+ Start the server in a test environment on port 5002:
26
+
27
+ $ bin/rails server -e test -p 5002
28
+
29
+ Start the Cypress test runner:
30
+
31
+ $ yarn cypress open --project ./spec
You can’t perform that action at this time.
0 commit comments