yml not yaml
This commit is contained in:
@@ -14,7 +14,7 @@ before_script:
|
||||
- sed -i -E 's/system\((.*?)\)/""/g' /home/travis/.rvm/gems/$RUBY_VERSION/gems/browserstack-local-1.3.0/lib/browserstack/local.rb
|
||||
- yes | ./update-geoipdb
|
||||
env:
|
||||
- CONFIG_FILE=windows/windows_chrome_latest.config.yaml
|
||||
- CONFIG_FILE=windows/windows_chrome_latest.config.yml
|
||||
jobs:
|
||||
include:
|
||||
- name: "Full Test Suite 2.5.3"
|
||||
|
||||
@@ -94,7 +94,7 @@ RSpec.describe 'AutoRunEngine test' do
|
||||
@victim = @driver.navigate.to "#{VICTIM_URL}"
|
||||
|
||||
# Give time for browser hook to occur
|
||||
sleep 5
|
||||
sleep 2
|
||||
|
||||
# Identify Session ID of victim generated above
|
||||
@hooks = RestClient.get "#{RESTAPI_HOOKS}?token=#{@token}"
|
||||
|
||||
@@ -87,7 +87,7 @@ RSpec.describe 'Browser details handler' do
|
||||
@victim = @driver.navigate.to "#{VICTIM_URL}"
|
||||
|
||||
# Give time for browser hook to occur
|
||||
sleep 5
|
||||
sleep 2
|
||||
|
||||
# Identify Session ID of victim generated above
|
||||
@hooks = RestClient.get "#{RESTAPI_HOOKS}?token=#{@token}"
|
||||
|
||||
@@ -69,7 +69,7 @@ RSpec.describe 'BeEF Extension Requester' do
|
||||
victim = @driver.navigate.to "#{VICTIM_URL}"
|
||||
|
||||
# Give time for browser hook to occur
|
||||
sleep 5
|
||||
sleep 2
|
||||
|
||||
response = RestClient.get "#{RESTAPI_HOOKS}", {:params => {:token => @token}}
|
||||
puts "hooks response: #{response}"
|
||||
|
||||
@@ -69,7 +69,7 @@ RSpec.describe 'BeEF WebSockets enabled' do
|
||||
victim = @driver.navigate.to "#{VICTIM_URL}"
|
||||
|
||||
# Give time for browser hook to occur
|
||||
sleep 5
|
||||
sleep 2
|
||||
|
||||
#Uses the response and hooked browser details to get the response
|
||||
response = RestClient.get "#{RESTAPI_HOOKS}", {:params => {:token => @token}}
|
||||
|
||||
@@ -95,7 +95,7 @@ RSpec.describe 'BeEF Debug Command Modules:' do
|
||||
@victim = @driver.navigate.to "#{VICTIM_URL}"
|
||||
|
||||
# Give time for browser hook to occur
|
||||
sleep 5
|
||||
sleep 2
|
||||
|
||||
# Identify Session ID of victim generated above
|
||||
@hooks = RestClient.get "#{RESTAPI_HOOKS}?token=#{@token}"
|
||||
|
||||
Reference in New Issue
Block a user