yml not yaml

This commit is contained in:
Jack Walker
2020-04-22 14:15:56 +10:00
parent 4d8395eaff
commit d21438a10c
6 changed files with 6 additions and 6 deletions

View File

@@ -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"

View File

@@ -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}"

View File

@@ -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}"

View File

@@ -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}"

View File

@@ -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}}

View File

@@ -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}"