Skip to content

Commit 9f56b73

Browse files
committed
updating readme
1 parent 86aa94d commit 9f56b73

1 file changed

Lines changed: 8 additions & 14 deletions

File tree

README.md

Lines changed: 8 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,11 @@
1-
# Pre-requisites:
1+
# Applitools Tutorial - Images Ruby
22

3-
1. Ruby is installed on your machine.
4-
* [See instructions here](https://www.ruby-lang.org/en/documentation/installation/)
3+
Get started with Applitools Eyes visual testing with this basic example of using the Ruby and the Eyes Images SDK.
54

6-
# Steps to run this example
5+
Learn more about how to install and start this project with our [Images Ruby tutorial](https://applitools.com/tutorials/screenshots-ruby.html)!
76

8-
1. Git clone this repo
9-
* `git clone git@github.com:applitools/tutorial-ruby-screenshots.git`
10-
2. Open the folder `tutorial-ruby-screenshots`
11-
3. Run command `gem install bundler && bundle install`. This will install necessary ruby gems and dependencies
12-
4. Obtain your API_KEY:
13-
* Login to Applitools > Click on the Person icon > My API Key
14-
5. Export the API_KEY:
15-
* For Mac, Linux: `export APPLITOOLS_API_KEY=MY_API_KEY`
16-
* For Windows: `SET APPLITOOLS_API_KEY=MY_API_KEY`
17-
6. Run the test: `bundle exec ruby simple_test_script.rb`
7+
<https://applitools.com/tutorials/screenshots-ruby.html>
8+
9+
## More Information
10+
11+
Learn more about Applitools [Eyes](https://info.applitools.com/ucY77) and the [Ultrafast Test Cloud](https://info.applitools.com/ucY78) at [applitools.com](https://info.applitools.com/ucY76).

0 commit comments

Comments
 (0)