Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Adrián Reyes
recursos-prueba-carga
Commits
a7c42f9b
Commit
a7c42f9b
authored
3 years ago
by
adrian33cc
Browse files
Options
Download
Email Patches
Plain Diff
elimanndo archivos i
nnecesarios
parent
a7eeabf6
Changes
16
Hide whitespace changes
Inline
Side-by-side
Showing
16 changed files
with
0 additions
and
47 deletions
+0
-47
Adrian_HD.mjpeg
Adrian_HD.mjpeg
+0
-0
La_Cucaracha.wav
La_Cucaracha.wav
+0
-0
adrian_hd.mpeg
adrian_hd.mpeg
+0
-0
adrianw.webm
adrianw.webm
+0
-0
impala.wav
impala.wav
+0
-0
luis.mjpeg
luis.mjpeg
+0
-0
minerva.mjpeg
minerva.mjpeg
+0
-0
pug.mjpeg
pug.mjpeg
+0
-0
selenium-grid/chromedriver
selenium-grid/chromedriver
+0
-0
selenium-grid/chromedriver-osx
selenium-grid/chromedriver-osx
+0
-0
selenium-grid/debian-setup.sh
selenium-grid/debian-setup.sh
+0
-19
selenium-grid/google-chrome-stable_current_amd64.deb
selenium-grid/google-chrome-stable_current_amd64.deb
+0
-0
selenium-grid/selenium-server-standalone-3.141.59.jar
selenium-grid/selenium-server-standalone-3.141.59.jar
+0
-0
selenium-grid/start_node.sh
selenium-grid/start_node.sh
+0
-25
selenium-grid/start_server.sh
selenium-grid/start_server.sh
+0
-3
video-pexels.mpeg
video-pexels.mpeg
+0
-0
No files found.
mock_media/
Adrian_HD.mjpeg
→
Adrian_HD.mjpeg
View file @
a7c42f9b
File moved
This diff is collapsed.
Click to expand it.
mock_media/
La_Cucaracha.wav
→
La_Cucaracha.wav
View file @
a7c42f9b
File moved
This diff is collapsed.
Click to expand it.
mock_media/
adrian_hd.mpeg
→
adrian_hd.mpeg
View file @
a7c42f9b
File moved
This diff is collapsed.
Click to expand it.
mock_media/
adrianw.webm
→
adrianw.webm
View file @
a7c42f9b
File moved
This diff is collapsed.
Click to expand it.
mock_media/
impala.wav
→
impala.wav
View file @
a7c42f9b
File moved
This diff is collapsed.
Click to expand it.
mock_media/
luis.mjpeg
→
luis.mjpeg
View file @
a7c42f9b
File moved
This diff is collapsed.
Click to expand it.
mock_media/
minerva.mjpeg
→
minerva.mjpeg
View file @
a7c42f9b
File moved
This diff is collapsed.
Click to expand it.
mock_media/
pug.mjpeg
→
pug.mjpeg
View file @
a7c42f9b
File moved
This diff is collapsed.
Click to expand it.
selenium-grid/chromedriver
deleted
100644 → 0
View file @
a7eeabf6
File deleted
This diff is collapsed.
Click to expand it.
selenium-grid/chromedriver-osx
deleted
100644 → 0
View file @
a7eeabf6
File deleted
This diff is collapsed.
Click to expand it.
selenium-grid/debian-setup.sh
deleted
100644 → 0
View file @
a7eeabf6
#!/bin/sh
# install java 11
apt-get
install
default-jre
=
2:1.11-71
-y
# install google chrome
apt-get
install
libxss1 libappindicator1 libindicator7
-y
wget https://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-stable/google-chrome-stable_84.0.4147.89-1_amd64.deb
apt-get
install
google-chrome-stable_84.0.4147.89-1_amd64.deb
rm
google-chrome-stable_84.0.4147.89-1_amd64.deb
# install chrome driver
apt-get
install
unzip
-y
wget https://chromedriver.storage.googleapis.com/84.0.4147.30/chromedriver_linux64.zip
unzip chromedriver_linux64.zip
rm
chromedriver_linux64.zip
# download selenium
wget https://selenium-release.storage.googleapis.com/3.141/selenium-server-standalone-3.141.59.jar
-O
selenium-server.jar
This diff is collapsed.
Click to expand it.
selenium-grid/google-chrome-stable_current_amd64.deb
deleted
100644 → 0
View file @
a7eeabf6
File deleted
This diff is collapsed.
Click to expand it.
selenium-grid/selenium-server-standalone-3.141.59.jar
deleted
100644 → 0
View file @
a7eeabf6
File deleted
This diff is collapsed.
Click to expand it.
selenium-grid/start_node.sh
deleted
100644 → 0
View file @
a7eeabf6
#! /usr/bin/bash
if
[[
$1
==
"--help"
]]
;
then
echo
"Add a (chrome driver) node to the (selenium) grid"
echo
"
\n\r
"
echo
"usage: "
echo
"
$
sh start_grid.sh [chromedriver] [selenium grid url]"
echo
"
\r\n
"
echo
"defaults on env variables:"
echo
"
\$
CHROMEDRIVERPATH (./chromedriver-linux64)"
echo
"
\$
SELENIUMSERVER (http://localhost:4444/register"
echo
"
\n\r
"
echo
"if you install the node project use this chromedriver ../node_modules/chromedriver/bin/chromedriver"
exit
1
fi
# defaults
export
CHROMEDRIVERPATH
=
"
${
CHROMEDRIVERPATH
:-
./chromedriver-linux64
}
"
chromedriver
=
${
1
:-
$CHROMEDRIVERPATH
}
export
SELENIUMSERVER
=
"
${
SELENIUMSERVER
:-
http
://localhost:4444/register
}
"
grid_server
=
"
${
2
:-
$SELENIUMSERVER
}
"
java
-Dwebdriver
.chrome.driver
=
$chromedriver
-jar
selenium-server-standalone-3.141.59.jar
-role
webdriver
-hub
$grid_server
-port
5566
-log
log.txt
This diff is collapsed.
Click to expand it.
selenium-grid/start_server.sh
deleted
100644 → 0
View file @
a7eeabf6
#! /usr/bin/sh
java
-jar
selenium-server-standalone-3.141.59.jar
-role
hub
\ No newline at end of file
This diff is collapsed.
Click to expand it.
mock_media/
video-pexels.mpeg
→
video-pexels.mpeg
View file @
a7c42f9b
File moved
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment