Project Number Date
test_Tails_ISO_devel 3328 19 Mar 2024, 12:25

Feature Report

Steps Scenarios Features
Feature Passed Failed Skipped Pending Undefined Total Passed Failed Total Duration Status
Browsing the web using the Tor Browser 131 0 0 0 0 131 17 0 17 17:27.589 Passed
Tags: @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
Tags: @product
52.988
Before features/support/hooks.rb:245 0.005
Given I have started Tails from DVD and logged in and the network is connected 13.964
And a web server is running on the LAN 1.034
And I capture all network traffic 0.006
When I start the Tor Browser 20.490
And the Tor Browser loads the startup page 1.362
And I open a page on the LAN web server in the Tor Browser 14.450
Then the Tor Browser shows the "Unable to connect" error 1.102
And no traffic was sent to the web server on the LAN 0.578
After features/support/hooks.rb:291 0.833
After features/support/hooks.rb:75 0.050
51.247
Before features/support/hooks.rb:245 0.008
Before features/support/hooks.rb:442 0.007
Given I have started Tails from DVD and logged in and the network is connected 11.619
Then the amnesiac Tor Browser directory exists 0.073
And there is a GNOME bookmark for the amnesiac Tor Browser directory 1.634
And the persistent Tor Browser directory does not exist 0.078
When I start the Tor Browser 19.764
And the Tor Browser loads the startup page 1.194
Then I can save the current page as "index.html" to the default downloads directory 5.497
And I can print the current page as "output.pdf" to the default downloads directory 11.385
After features/support/hooks.rb:450 1.462
After features/support/hooks.rb:291 0.749
After features/support/hooks.rb:75 0.000
46.416
Before features/support/hooks.rb:245 0.005
Before features/support/hooks.rb:442 0.004
Given I have started Tails from DVD and logged in and the network is connected 11.666
When I start the Tor Browser 20.330
Then the Tor Browser loads the startup page 1.280
When I download some file in the Tor Browser 12.801
Then the file is saved to the default Tor Browser download directory 0.338
After features/support/hooks.rb:450 2.231
After features/support/hooks.rb:291 0.698
After features/support/hooks.rb:75 0.000
1:14.258
Before features/support/hooks.rb:245 0.006
Before features/support/hooks.rb:442 0.007
Given I have started Tails from DVD and logged in and the network is connected 12.108
When I start the Tor Browser 21.143
And the Tor Browser loads the startup page 1.055
Then I can listen to an Ogg audio track in Tor Browser 39.951
After features/support/hooks.rb:450 2.326
After features/support/hooks.rb:291 0.823
After features/support/hooks.rb:75 0.000
1:1.667
Before features/support/hooks.rb:245 0.008
Before features/support/hooks.rb:442 0.008
Given I have started Tails from DVD and logged in and the network is connected 25.156
When I start the Tor Browser 20.326
And the Tor Browser loads the startup page 1.185
Then I can watch a WebM video in Tor Browser 14.998
After features/support/hooks.rb:450 1.449
After features/support/hooks.rb:291 0.830
After features/support/hooks.rb:75 0.000
Tags: @product
1:23.184
Before features/support/hooks.rb:245 0.007
Given I have started Tails from DVD and logged in and the network is connected 11.402
And I copy "/usr/share/synaptic/html/index.html" to "/home/amnesia/Tor Browser/synaptic.html" as user "amnesia" 0.119
And I copy "/usr/share/synaptic/html/index.html" to "/home/amnesia/.gnupg/synaptic.html" as user "amnesia" 0.064
And I copy "/usr/share/synaptic/html/index.html" to "/tmp/synaptic.html" as user "amnesia" 0.062
Then the file "/home/amnesia/.gnupg/synaptic.html" exists 0.043
And the file "/lib/live/mount/overlay/rw/home/amnesia/.gnupg/synaptic.html" exists 0.047
And the file "/live/overlay/rw/home/amnesia/.gnupg/synaptic.html" exists 0.058
And the file "/tmp/synaptic.html" exists 0.062
Given I start monitoring the AppArmor log of "torbrowser_firefox" 0.117
When I start the Tor Browser 19.359
And the Tor Browser loads the startup page 1.087
And I open the address "file:///home/amnesia/Tor Browser/synaptic.html" in the Tor Browser 14.602
Then I see "TorBrowserSynapticManual.png" after at most 5 seconds 0.568
And AppArmor has not denied "torbrowser_firefox" from opening "/home/amnesia/Tor Browser/synaptic.html" 0.249
Given I restart monitoring the AppArmor log of "torbrowser_firefox" 0.155
When I open the address "file:///home/amnesia/.gnupg/synaptic.html" in the Tor Browser 8.839
Then I do not see "TorBrowserSynapticManual.png" after at most 5 seconds 0.517
And AppArmor has denied "torbrowser_firefox" from opening "/home/amnesia/.gnupg/synaptic.html" 0.057
Given I restart monitoring the AppArmor log of "torbrowser_firefox" 0.108
When I open the address "file:///lib/live/mount/overlay/rw/home/amnesia/.gnupg/synaptic.html" in the Tor Browser 6.128
Then I do not see "TorBrowserSynapticManual.png" after at most 5 seconds 0.529
And AppArmor has denied "torbrowser_firefox" from opening "/usr/lib/live/mount/overlay/rw/home/amnesia/.gnupg/synaptic.html" 0.060
Given I restart monitoring the AppArmor log of "torbrowser_firefox" 0.124
When I open the address "file:///live/overlay/rw/home/amnesia/.gnupg/synaptic.html" in the Tor Browser 11.603
Then I do not see "TorBrowserSynapticManual.png" after at most 5 seconds 0.526
# Due to our AppArmor aliases, /live/overlay will be treated
# as /lib/live/mount/overlay.
And AppArmor has denied "torbrowser_firefox" from opening "/usr/lib/live/mount/overlay/rw/home/amnesia/.gnupg/synaptic.html" 0.193
# We do not get any AppArmor log for when access to files in /tmp is denied
# since we explictly override (commit 51c0060) the rules (from the user-tmp
# abstraction) that would otherwise allow it, and we do so with "deny", which
# also specifies "noaudit". We could explicitly specify "audit deny" and
# then have logs, but it could be a problem when we set up desktop
# notifications for AppArmor denials (#9337).
When I open the address "file:///tmp/synaptic.html" in the Tor Browser 5.932
Then I do not see "TorBrowserSynapticManual.png" after at most 5 seconds 0.560
After features/support/hooks.rb:291 0.710
After features/support/hooks.rb:75 0.000
Tags: @product
32.787
Before features/support/hooks.rb:245 0.006
Given I have started Tails from DVD and logged in and the network is connected 12.048
When I start the Tor Browser 19.716
Then the Tor Browser uses all expected TBB shared libraries 1.022
After features/support/hooks.rb:291 0.773
After features/support/hooks.rb:75 0.000
48.749
Before features/support/hooks.rb:245 0.009
Before features/support/hooks.rb:442 0.007
Given I have started Tails from DVD and logged in and the network is connected 11.716
When I start the Tor Browser 19.637
And the Tor Browser loads the startup page 1.350
And I open the Tails homepage in the Tor Browser 9.577
Then the Tor Browser loads the Tails homepage 1.312
When I request a new identity in Tor Browser 3.398
Then the Tor Browser restarts into a fresh session 1.756
After features/support/hooks.rb:450 1.449
After features/support/hooks.rb:291 1.126
After features/support/hooks.rb:75 0.000
Tags: @product
33.970
Before features/support/hooks.rb:245 0.007
Given I have started Tails from DVD and logged in and the network is connected 11.812
When I start the Tor Browser 19.237
And the Tor Browser loads the startup page 1.398
Then Tor Browser's circuit view is working 1.521
After features/support/hooks.rb:291 1.062
After features/support/hooks.rb:75 0.000
Tags: @product
55.108
Before features/support/hooks.rb:245 0.008
Given I have started Tails from DVD and logged in and the network is connected 11.810
When I start the Tor Browser 20.385
And the Tor Browser loads the startup page 1.059
When I open the address "https://net.ipcalf.com/" in the Tor Browser 9.200
Then Tor Browser displays a 'ifconfig | grep inet | grep -v inet6 | cut -d" " -f2 | tail -n1' heading on the "Network IP Address via ipcalf.com" page 1.722
When I open the address "https://mozilla.github.io/webrtc-landing/pc_test.html" in the Tor Browser 9.777
Then Tor Browser displays a "RTCPeerConnection is missing!" heading on the "Simple RTCPeerConnection Video Test" page 1.152
After features/support/hooks.rb:291 0.867
After features/support/hooks.rb:75 0.000
Tags: @product
1:37.653
Before features/support/hooks.rb:245 0.013
Given I have started Tails without network from a USB drive with a persistent partition enabled and logged in 10.163
And the network is plugged 0.053
And I successfully configure Tor 15.186
And available upgrades have been checked 0.044
And all notifications have disappeared 4.030
Then the persistent Tor Browser directory exists 0.098
And there is a GNOME bookmark for the persistent Tor Browser directory 1.597
When I start the Tor Browser 19.558
And I open the address "https://tails.net/about" in the Tor Browser 15.688
And "Tails - How Tails works" has loaded in the Tor Browser 1.384
Then I can save the current page as "index.html" to the persistent Tor Browser directory 8.758
And I open the address "file:///home/amnesia/Persistent/Tor Browser/index.html" in the Tor Browser 8.952
Then "Tails - How Tails works" has loaded in the Tor Browser 1.584
And I can print the current page as "output.pdf" to the persistent Tor Browser directory 10.552
After features/support/hooks.rb:291 1.030
After features/support/hooks.rb:75 0.000
Tags: @product
42.423
Before features/support/hooks.rb:245 0.008
Given I have started Tails from DVD without network and logged in 9.713
Then the amnesiac Documents directory exists 0.093
And there is a GNOME bookmark for the amnesiac Documents directory 1.560
Then I start the Tor Browser in offline mode 23.283
And I can save the current page as "index.html" to the Documents GNOME bookmark 7.772
After features/support/hooks.rb:291 0.969
After features/support/hooks.rb:75 0.000
Tags: @product
42.978
Before features/support/hooks.rb:245 0.006
Given I have started Tails from DVD without network and logged in 10.140
Then the amnesiac Downloads directory exists 0.084
And there is a GNOME bookmark for the amnesiac Downloads directory 1.644
Then I start the Tor Browser in offline mode 23.268
And I can save the current page as "index.html" to the Downloads GNOME bookmark 7.840
After features/support/hooks.rb:291 0.908
After features/support/hooks.rb:75 0.000
Tags: @product
41.959
Before features/support/hooks.rb:245 0.005
Given I have started Tails from DVD without network and logged in 8.206
Then the amnesiac Music directory exists 0.095
And there is a GNOME bookmark for the amnesiac Music directory 1.689
Then I start the Tor Browser in offline mode 23.880
And I can save the current page as "index.html" to the Music GNOME bookmark 8.087
After features/support/hooks.rb:291 0.857
After features/support/hooks.rb:75 0.000
Tags: @product
42.243
Before features/support/hooks.rb:245 0.007
Given I have started Tails from DVD without network and logged in 9.081
Then the amnesiac Pictures directory exists 0.092
And there is a GNOME bookmark for the amnesiac Pictures directory 1.668
Then I start the Tor Browser in offline mode 23.348
And I can save the current page as "index.html" to the Pictures GNOME bookmark 8.052
After features/support/hooks.rb:291 0.845
After features/support/hooks.rb:75 0.000
Tags: @product
40.909
Before features/support/hooks.rb:245 0.007
Given I have started Tails from DVD without network and logged in 8.501
Then the amnesiac Videos directory exists 0.056
And there is a GNOME bookmark for the amnesiac Videos directory 1.988
Then I start the Tor Browser in offline mode 22.226
And I can save the current page as "index.html" to the Videos GNOME bookmark 8.137
After features/support/hooks.rb:291 1.445
After features/support/hooks.rb:75 0.000
Tags: @product
3:19.040
Before features/support/hooks.rb:245 0.012
Given I have started Tails without network from a USB drive with a persistent partition enabled and logged in 10.091
And all tps features are active 2.265
And all persistent filesystems have safe access rights 0.277
And all persistence configuration files have safe access rights 0.422
And all persistent directories have safe access rights 2.461
When I start the Tor Browser in offline mode 24.829
And I add a bookmark to eff.org in the Tor Browser 13.473
And I cold reboot the computer 8.999
And the computer reboots Tails 56.405
And I enable persistence 16.660
And I log in to a new session 32.583
And all notifications have disappeared 8.745
And I start the Tor Browser in offline mode 20.563
Then the Tor Browser has a bookmark to eff.org 1.259
After features/support/hooks.rb:291 0.875
After features/support/hooks.rb:75 0.011