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
- Host: GitHub
- URL: https://github.com/wallarm/fast-example-api-circleci-rails-integration
- Owner: wallarm
- License: mit
- Created: 2020-04-16T08:31:56.000Z (over 5 years ago)
- Default Branch: develop
- Last Pushed: 2023-05-30T09:53:46.000Z (over 2 years ago)
- Last Synced: 2024-03-26T19:07:44.778Z (almost 2 years ago)
- Language: Ruby
- Size: 81.1 KB
- Stars: 0
- Watchers: 6
- Forks: 1
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/