Skip to content

Instantly share code, notes, and snippets.

@lauromoura
Created June 23, 2020 14:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lauromoura/b4a20b4745964d3c0a008afc70c10b00 to your computer and use it in GitHub Desktop.
Save lauromoura/b4a20b4745964d3c0a008afc70c10b00 to your computer and use it in GitHub Desktop.
./go T output
go //rb:bundle # Install gem dependencies for the current Ruby
go //rb:cdp # Call class cdp in build/rb
go //rb:chrome # Build chrome in build/rb
go //rb:chrome-test # Run ruby tests for chrome
go //rb:common # Build common in build/rb
go //rb:devtools # Build devtools in build/rb
go //rb:docs # Generate Ruby API docs
go //rb:edge # Build edge in build/rb
go //rb:edge-chrome # Build edge-chrome in build/rb
go //rb:edge-chrome-test # Run ruby tests for edge-chrome
go //rb:edge-test # Run ruby tests for edge
go //rb:firefox # Build firefox in build/rb
go //rb:firefox-test # Run ruby tests for firefox
go //rb:gem:build # Build build/rb/selenium-webdriver.gemspec
go //rb:gem:clean # Clean rubygem artifacts
go //rb:gem:release # Build and release the ruby gem to Gemcutter
go //rb:ie # Build ie in build/rb
go //rb:ie-test # Run ruby tests for ie
go //rb:lint # Run RuboCop
go //rb:remote # Build remote in build/rb
go //rb:remote-chrome-test # Run ruby tests for remote-chrome
go //rb:remote-edge-test # Run ruby tests for remote-edge
go //rb:remote-firefox-test # Run ruby tests for remote-firefox
go //rb:remote-ie-test # Run ruby tests for remote-ie
go //rb:remote-safari-preview-test # Run ruby tests for remote-safari-preview
go //rb:remote-safari-test # Run ruby tests for remote-safari
go //rb:remote-test # Run ruby tests for remote
go //rb:safari # Build safari in build/rb
go //rb:safari-preview-test # Run ruby tests for safari-preview
go //rb:safari-test # Run ruby tests for safari
go //rb:support # Build support in build/rb
go //rb:unit-test # Run ruby tests for unit
go clean # Clean build artifacts
go jruby:update # Update jruby version
go safari:build # Build the SafariDriver java client
go selenium-java # Build the selenium client jars
go selenium-server-standalone # Build the standalone server
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment