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 081ad83 commit 1efc9d6Copy full SHA for 1efc9d6
examples/presenter/core_presentation.py
@@ -4,7 +4,7 @@
4
class MyChartMakerClass(BaseCase):
5
6
def test_seleniumbase_chart(self):
7
- self.create_presentation(theme="league")
+ self.create_presentation(theme="league", transition="slide")
8
self.create_pie_chart(title="There are 4 core areas of SeleniumBase:")
9
self.add_data_point("Basic API (Test methods/functions)", 1)
10
self.add_data_point("Command-line Options (pytest Options)", 1)
0 commit comments