An open API service indexing awesome lists of open source software.

https://github.com/wallarm/fast-example-api-circleci-rails-integration

FAST in CircleCI using Wallarm API
https://github.com/wallarm/fast-example-api-circleci-rails-integration

Last synced: 3 months ago
JSON representation

FAST in CircleCI using Wallarm API

Awesome Lists containing this project

README

          

# 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

```sh
export WALLARM_API_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
```

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