cyperful
Interactive system testing UI for capybara
파일 탐색기
최종 버전 다운로드 (.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
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/stepful/cyperful
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd cyperful
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. Node.js
쉬움 추천사전 준비물
pnpm run dev
개발/실행 서버를 켭니다.
명령어 실행 후 터미널에 나타나는 주소(보통 http://localhost:3000 형태)를 브라우저에서 열어보세요.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
3. Ruby
쉬움bundle config local.cyperful path/to/cyperful_repo
이 명령어를 터미널에 그대로 입력해 실행하세요.
bundle install
Gemfile에 명시된 루비 라이브러리를 설치합니다.
bundle install이 에러 없이 끝나면 README에 안내된 실행 명령어(예: rails server)로 마저 실행해보세요.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
// repository documentation
Was this content helpful?
(0 ratings)
