https://github.com/serpapi/spec-builder
Run all tests for SerpApi.com
https://github.com/serpapi/spec-builder
Last synced: 4 months ago
JSON representation
Run all tests for SerpApi.com
- Host: GitHub
- URL: https://github.com/serpapi/spec-builder
- Owner: serpapi
- Created: 2019-03-19T22:11:14.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-19T22:18:24.000Z (almost 7 years ago)
- Last Synced: 2025-03-10T02:10:57.068Z (11 months ago)
- Language: Ruby
- Size: 3.91 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Spec Builder
This is a set of CLI tools to help run all tests on SerpApi.com
## Batch Git Commands
- Clone all tests repositories: `./git_clone_all`
- Pull all tests repositories: `./git_pull_all`
- Push all tests repositories: `./git_push_all`
## Installation
- Install RSpec: `bundle`
## Run Tests
- Run all tests: `bundle exec rspec .`