Test your websites with this simple GUI based scripted webtester. Generate simple testscripts directly from surfng on the webpage, enhance them with your commands, with variables, loops, checks, … and finally run automated web tests.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

13 lines
258 B

FROM mwaeckerlin/ubutu-base
MAINTAINER "Marc Wäckerlin"
RUN apt-get update \
&& apt-get install --no-install-recommends --no-install-suggests -y xvfb webtester \
&& /cleanup.sh
ADD runtests.sh runtests.sh
VOLUME /tests
WORKDIR /tests
CMD /runtests.sh