File: run.ps1

package info (click to toggle)
ruby-chromedriver-helper 2.1.0-7
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster
  • size: 240 kB
  • sloc: ruby: 217; sh: 21; makefile: 8
file content (9 lines) | stat: -rw-r--r-- 218 bytes parent folder | download
1
2
3
4
5
6
7
8
9
. "c:\var\vcap\packages\windows-ruby-dev-tools\prelude.ps1"

push-location chromedriver-helper

    system-cmd "gem install bundler"
    system-cmd "bundle install"
    system-cmd "bundle exec rake spec"

pop-location