Skip to content

Commit 7bf3fe6

Browse files
committed
Edit readme
1 parent 0edb714 commit 7bf3fe6

File tree

2 files changed

+30
-0
lines changed

2 files changed

+30
-0
lines changed

Diff for: README.md

+30
Original file line numberDiff line numberDiff line change
@@ -1 +1,31 @@
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+
15
[![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

Diff for: logo.png

68.6 KB
Loading

0 commit comments

Comments
 (0)