From 51680b6ebb645d37ebdfcd122ca163b3a638aefa Mon Sep 17 00:00:00 2001 From: Tails developers Date: Fri, 19 Dec 2014 00:40:08 +0100 Subject: files copied from https://git-tails.immerda.ch/tails - many thanks to the tails developers for their nice work and documentation of it - these files have been released under the GNU General Public License version 3 or (at your option) any later version features/images has been omitted --- features/torified_browsing.feature | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 features/torified_browsing.feature (limited to 'features/torified_browsing.feature') diff --git a/features/torified_browsing.feature b/features/torified_browsing.feature new file mode 100644 index 00000000..cc9ddf1a --- /dev/null +++ b/features/torified_browsing.feature @@ -0,0 +1,35 @@ +@product +Feature: Browsing the web using the Tor Browser + As a Tails user + when I browse the web using the Tor Browser + all Internet traffic should flow only through Tor + + Background: + Given a computer + And I capture all network traffic + And I start the computer + And the computer boots Tails + And I log in to a new session + And GNOME has started + And Tor is ready + And available upgrades have been checked + And all notifications have disappeared + And I save the state so the background can be restored next scenario + + Scenario: The Tor Browser uses TBB's shared libraries + When I start the Tor Browser + And the Tor Browser has started + Then the Tor Browser uses all expected TBB shared libraries + + Scenario: Opening check.torproject.org in the Tor Browser shows the green onion and the congratulations message + When I start the Tor Browser + And the Tor Browser has started and loaded the startup page + And I open the address "https://check.torproject.org" in the Tor Browser + Then I see "TorBrowserTorCheck.png" after at most 180 seconds + And all Internet traffic has only flowed through Tor + + Scenario: The Tor Browser should not have any plugins enabled + When I start the Tor Browser + And the Tor Browser has started and loaded the startup page + And I open the address "about:plugins" in the Tor Browser + Then I see "TorBrowserNoPlugins.png" after at most 60 seconds -- cgit v1.2.3-70-g09d2