I’m getting 404 responses when trying to load test results that include screenshots.
I’m using the wptdriver, and seeing this with Chrome, Firefox, and IE.
I am NOT seeing black screenshots that would indicate a locked session on the server.
I’m getting 404 responses when trying to load test results that include screenshots.
I’m using the wptdriver, and seeing this with Chrome, Firefox, and IE.
I am NOT seeing black screenshots that would indicate a locked session on the server.
Private or public instance? If it’s a private instance it could be caused by a few things:
Are you getting a 404 for the whole page or for the screenshots themselves?
Thanks for the response
The gd library is installed.
[code]
[PHP Modules]
apc
apcu
bcmath
bz2
calendar
Core
ctype
curl
date
dba
dom
ereg
exif
fileinfo
filter
ftp
gd
gettext
hash
iconv
json
libxml
mbstring
mhash
openssl
pcntl
pcre
PDO
pdo_sqlite
Phar
posix
readline
Reflection
session
shmop
SimpleXML
soap
sockets
SPL
sqlite3
standard
sysvmsg
sysvsem
sysvshm
tokenizer
wddx
xml
xmlreader
xmlwriter
Zend OPcache
zip
zlib
[Zend Modules]
Zend OPcache[/code]
Here is my Install page from the private instance:
I’ve got enable Video in my settings.ini
; test options available
enableVideo=1
and I’m using wptdriver.ini on the Windows Servers.
So, as you can see by the screenshots I’ve provided
The individual thumbnails and the screenshots page / filmstrip aren’t showing up.
I think I might have found part of the problem. When the agents get launched with the Scheduled Task on Server 2012 R2, they run as Background Processes. When they are running in the Background, I don’t see any Browsers open via the Console.
If I kill them, and relaunch them by double clicking the exe, I can see the browsers launch and load the pages. I also get screenshots! Can you elaborate on the necessary Scheduled Task settings?
When setting up the scheduled task, choose Run Only if user is logged on.