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
<p>(<b><ahref="https://www.youtube.com/watch?v=XpuJCjJhJwQ">The Dashboard Tutorial on YouTube</a></b>)</p>
3
+
<!-- YouTube View --><ahref="https://www.youtube.com/watch?v=XpuJCjJhJwQ"><imgsrc="http://img.youtube.com/vi/XpuJCjJhJwQ/0.jpg"title="SeleniumBase on YouTube"width="285" /></a>
4
+
<!-- GitHub Only --><p>(<b><ahref="https://www.youtube.com/watch?v=XpuJCjJhJwQ">The Dashboard Tutorial on YouTube</a></b>)</p>
5
5
6
6
🔵 During test failures, logs and screenshots from the most recent test run will get saved to the ``latest_logs/`` folder. If ``--archive-logs`` is specified (or if ARCHIVE_EXISTING_LOGS is set to True in [settings.py](https://github.com/seleniumbase/SeleniumBase/blob/master/seleniumbase/config/settings.py)), test logs will also get archived to the ``archived_logs/`` folder. Otherwise, the log files will be cleaned out when the next test run begins (by default).
Copy file name to clipboardExpand all lines: examples/visual_testing/ReadMe.md
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,9 +4,8 @@
4
4
5
5
Automated Visual Regression Testing can help you detect when the layout of a web page has changed. Instead of comparing pixels from screenshots, layout differences can be detected by comparing HTML tags and attributes with a baseline. If a change is detected, it could mean that something broke, the web page was redesigned, or dynamic content changed.
6
6
7
-
<p>(<b><ahref="https://www.youtube.com/watch?v=erwkoiDeNzA">Watch the tutorial on YouTube ↘️</a></b>)</p>
<!-- YouTube View --><ahref="https://www.youtube.com/watch?v=erwkoiDeNzA"><imgsrc="http://img.youtube.com/vi/erwkoiDeNzA/0.jpg"title="SeleniumBase on YouTube"width="285" /></a>
8
+
<!-- GitHub Only --><p>(<b><ahref="https://www.youtube.com/watch?v=erwkoiDeNzA">Watch the tutorial on YouTube</a></b>)</p>
10
9
11
10
To handle automated visual testing, SeleniumBase uses the ``self.check_window()`` method, which can set visual baselines for comparison and then compare the latest versions of web pages to the existing baseline.
<p>(<b><ahref="https://www.youtube.com/watch?v=_yNJlHnp2JA">Common API Methods on YouTube</a></b>)</p>
5
+
<!-- YouTube View --><ahref="https://www.youtube.com/watch?v=_yNJlHnp2JA"><imgsrc="https://seleniumbase.io/cdn/img/sb_api_youtube.png"title="SeleniumBase on YouTube"width="285" /></a>
6
+
<!-- GitHub Only --><p>(<b><ahref="https://www.youtube.com/watch?v=_yNJlHnp2JA">Common API Methods on YouTube</a></b>)</p>
7
7
8
8
Here's a list of SeleniumBase method definitions, which are defined in [base_case.py](https://github.com/seleniumbase/SeleniumBase/blob/master/seleniumbase/fixtures/base_case.py)
Copy file name to clipboardExpand all lines: integrations/google_cloud/ReadMe.md
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,9 +2,8 @@
2
2
3
3
(This tutorial, [from a previous Google Cloud Meetup](https://www.meetup.com/Boston-Google-Cloud-Meetup/events/230839686/?showDescription=true), will teach you how to setup a Linux server for running automated browser tests. The cost of running this server is about [$13.61/month on Google Cloud](https://console.cloud.google.com/launcher/details/bitnami-launchpad/jenkins) (enough to handle **5 parallel tests**). This is less expensive than using other platforms such as [BrowserStack](https://www.browserstack.com/pricing) or [Sauce Labs](https://saucelabs.com/pricing).)
4
4
5
-
([Here's a quick video recap on YouTube:](https://www.youtube.com/watch?v=n-sno20R9P0))
6
-
7
-
[<imgsrc="https://seleniumbase.io/other/gcp_video_thumb.png"title="SeleniumBase on Google Cloud Platform"width="304">](https://www.youtube.com/watch?v=n-sno20R9P0)
5
+
<!-- YouTube View --><ahref="https://www.youtube.com/watch?v=n-sno20R9P0"><imgsrc="https://seleniumbase.io/other/gcp_video_thumb.png"title="SeleniumBase on YouTube"width="285" /></a>
6
+
<!-- GitHub Only --><p>(<b><ahref="https://www.youtube.com/watch?v=n-sno20R9P0">SeleniumBase Google Cloud Video</a></b>)</p>
8
7
9
8
#### Step 1. Open the Google Cloud Platform Cloud Launcher
0 commit comments