Skip to content

Commit

Permalink
Update Dev Container configuration and README; remove default Capybar…
Browse files Browse the repository at this point in the history
…a driver on local development to allow hybrid dev envs : local or containerized
  • Loading branch information
mpressen committed Dec 4, 2024
1 parent 27f2a71 commit b409054
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ services:
command: sleep infinity

environment:
SELENIUM_REMOTE_HOST: selenium
SELENIUM_REMOTE_HOST: true

# Uncomment the next line to use a non-root user for all processes.
# user: vscode
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ When Benefactorum is feature-complete, here's what you'll be able to do.
- **Vite**: Efficient asset bundling and faster development builds.
- **Kamal**: Simplified deployment to Scaleway VPS.
- **GitHub Actions**: Manages CI/CD workflows for testing and deployment.
- **Dev Containers**: Ready-to-use, containerized development environment.
- **Dev Container**: Ready-to-use, containerized development environment.
<br>

## Installation & Setup
Expand Down
2 changes: 0 additions & 2 deletions spec/support/capybara.rb
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@
Capybara.server_port = 3001
Capybara.app_host = "http://rails-app:3001"
driven_by :remote_chrome
else
driven_by :selenium_chrome_headless
end
end
end

0 comments on commit b409054

Please sign in to comment.