cyperful
Interactive system testing UI for capybara
File Explorer
Download Latest Version (.zip)- config.ts
- index.ts
- notify.ts
- wrap-requests.ts
- commands.rb
- driver.rb
- framework_helper.rb
- framework_injections.rb
- logger.rb
- minitest.rb
- railtie.rb
- rspec.rb
- test_parser.rb
- ui_server.rb
- cyperful.rb
- manifest.js
- .keep
- application.css
- .keep
- application_controller.rb
- root_controller.rb
- application_helper.rb
- .keep
- application.html.erb
- index.html.erb
- bundle
- docker-entrypoint
- rails
- rake
- setup
- development.rb
- production.rb
- test.rb
- assets.rb
- content_security_policy.rb
- filter_parameter_logging.rb
- inflections.rb
- permissions_policy.rb
- en.yml
- application.rb
- boot.rb
- credentials.yml.enc
- environment.rb
- puma.rb
- routes.rb
- .keep
- .keep
- .keep
- basic_system_spec.rb
- nesting_system_spec.rb
- prefixed_with_rspec_system_spec.rb
- request_wrap_system_spec.rb
- rails_helper.rb
- spec_helper.rb
- .keep
- basic_system_test.rb
- application_system_test_case.rb
- test_helper.rb
- .keep
- .keep
- .keep
- .keep
- .gitattributes
- .gitignore
- .rspec
- .rubocop.yml
- .ruby-version
- config.ru
- Gemfile
- Gemfile.lock
- Rakefile
- meta_test.rb
- button.tsx
- controls.tsx
- event.tsx
- history-viewer.tsx
- icons.tsx
- layout.tsx
- Logo.tsx
- shared.tsx
- step.tsx
- steps.tsx
- syntax-highlighter-worker.ts
- syntax-highlighter.tsx
- async.ts
- index.ts
- providers.tsx
- string.ts
- useElementSize.ts
- useQuery.ts
- websocket.ts
- config.ts
- data.ts
- history-recording.ts
- hover.ts
- request.ts
- video.ts
- assets.d.ts
- favicon.ico
- index.css
- index.html
- index.tsx
- logo.png
- logo.svg
- .gitignore
- .prettierrc
- .rubocop.yml
- .ruby-version
- cyperful.gemspec
- eslint.config.mjs
- Gemfile
- Gemfile.lock
- LICENSE
- package.json
- pnpm-lock.yaml
- postcss.config.js
- README.md
- tailwind.config.js
- tsconfig.json
- vite-scripts.config.ts
- vite.config.ts
# Installation Guide
1. Get the code
git clone https://github.com/stepful/cyperful
Downloads the entire project code from GitHub to your computer.
cd cyperful
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
pnpm run dev
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
3. Ruby
EasyPrerequisites
bundle config local.cyperful path/to/cyperful_repo
Type this command into your terminal and run it.
bundle install
Installs the Ruby libraries listed in the Gemfile.
If bundle install finishes without errors, continue with the run command from the README (e.g. rails server).
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
