We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e96501 commit 32bd8f8Copy full SHA for 32bd8f8
seleniumbase/fixtures/base_case.py
@@ -1,5 +1,13 @@
1
# -*- coding: utf-8 -*-
2
-"""
+r""" ------------> ------------> ------------> ------------>
3
+ ______ __ _ ____
4
+ / ____/__ / /__ ____ (_)_ ______ ___ / _ \____ ________
5
+ \__ \/ _ \/ / _ \/ __ \/ / / / / __ `__ \/ /_) / __ \/ ___/ _ \
6
+ ___/ / __/ / __/ / / / / /_/ / / / / / / /_) / (_/ /__ / __/
7
+/____/\___/_/\___/_/ /_/_/\__,_/_/ /_/ /_/_____/\__,_/____/\___/
8
+
9
+------------> ------------> ------------> ------------>
10
11
The BaseCase class is the main gateway for using The SeleniumBase Framework.
12
It inherits Python's unittest.TestCase class, and runs with Pytest or Nose.
13
All tests using BaseCase automatically launch WebDriver browsers for tests.
0 commit comments