You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RUN pip install pytest selenium allure-pytest && mkdir -p /autotests
COPY . /autotests
WORKDIR /autotests
ENTRYPOINT ./wait-for-it.sh $(echo $WD_URL | sed -E 's#https?://([^/]+?)(/|$).*$#\1#') -- py.test --alluredir=/tmp/allure tests/tests.py && ls /tmp/allure ## you can export allures from here.