Skip to content

wallarm/fast-example-api-circleci-rails-integration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e74a05f · May 30, 2023

History

20 Commits
May 30, 2023
Mar 7, 2019
Mar 7, 2019
Jul 1, 2019
Mar 7, 2019
Mar 7, 2019
Mar 7, 2019
Mar 7, 2019
Apr 8, 2020
Mar 7, 2019
Mar 7, 2019
Mar 7, 2019
Mar 7, 2019
Mar 7, 2019
Mar 7, 2019
Mar 15, 2019
May 30, 2023
Mar 15, 2019
Apr 16, 2020
May 30, 2023
Mar 7, 2019
Mar 7, 2019
May 30, 2023
Mar 7, 2019

Repository files navigation

README

Example of integration Wallarm FAST with the rails app using rspec, capybara and selenium.

How to run specs localy

Install docker and docker-compose

Create a new Test Run and get WALLARM_API_TOKEN https://my.wallarm.com/testing/testruns

export WALLARM_API_TOKEN=<YOUR WALLARM NODE TOKEN>

sudo -E docker-compose build
sudo -E docker-compose up -d fast selenium
sudo -E docker-compose run --use-aliases app-test bundle exec rspec spec/features/posts_spec.rb
sudo -E docker-compose down

Intergation with Circle CI

Create a project and pass following ENV variables:

WALLARM_API_TOKEN <YOUR WALLARM NODE TOKEN>

Example builds: https://circleci.com/gh/wallarm/fast-examples-rails/