From acff3cbe73812e21e211220444588a1448b4e38e Mon Sep 17 00:00:00 2001 From: Valera Rozuvan Date: Tue, 8 Apr 2014 17:46:04 +0300 Subject: [PATCH] Update testing.md file. Added information on output folder for auto screenshots. --- docs/en_us/internal/testing.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/en_us/internal/testing.md b/docs/en_us/internal/testing.md index c3e8e14a59..ffc7558c30 100644 --- a/docs/en_us/internal/testing.md +++ b/docs/en_us/internal/testing.md @@ -254,6 +254,8 @@ to your scenario. This step can be added anywhere, and will enable automatic scr to turn off auto screenshots for all steps following it. +Screenshots will be placed in the folder '{TEST_ROOT}/log/auto_screenshots'. Each time you launch acceptance tests, this folder will be cleaned. + Another approach is to redirect Vagrant X11 session to your local machine. Please see https://github.com/edx/edx-platform/wiki/Test-engineering-FAQ . ## Viewing Test Coverage