⏱️ Duration: 35.81s
❌ Error:
self = <tests.test_rendering.TestRendering object at 0x7f3d4442b550>
login_page = <pages.login_page.LoginPage object at 0x7f3d437bf640>
create_page = <pages.create_page.CreatePage object at 0x7f3d437bfc10>
editor_page = <pages.editor_page.EditorPage object at 0x7f3d437bfc70>
publish_page = <pages.publish_page.PublishPage object at 0x7f3d43624490>
env = 'test03'
@pytest.mark.parametrize("env", ["prod", "test03", "test05"])
def test_r01_generate_video_and_publish(
self, login_page, create_page, editor_page, publish_page, env
):
"""
R01 Generate video and publish (all envs short smoke)
Login to the specified environment, navigate to the create page,
customize the first available video, publish it, and verify the
publish page renders correctly.
Mirrors: test_rendering_scenarios.feature → 'Generate video and publish'
"""
env_url = _env_base_url(env)
email = _env_email(env)
login_page.login_directly(env_url, email, get_password())
> create_page.navigate_to_create(env_url)
tests/test_rendering.py:81:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
pages/create_page.py:64: in navigate_to_create
self.page.goto(f"{base_url}/create?mode=search&keyword=summer")
/usr/local/lib/python3.10/dist-packages/playwright/sync_api/_generated.py:9875: in goto
self._sync(
/usr/local/lib/python3.10/dist-packages/playwright/_impl/_page.py:560: in goto
return await self._main_frame.goto(**locals_to_params(locals()))
/usr/local/lib/python3.10/dist-packages/playwright/_impl/_frame.py:156: in goto
await self._channel.send(
/usr/local/lib/python3.10/dist-packages/playwright/_impl/_connection.py:76: in send
return await self._connection.wrap_api_call(
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <playwright._impl._connection.Connection object at 0x7f3d44428460>
cb = <function Channel.se
📸 Failure Screenshot:
⏱️ Duration: 35.54s
❌ Error:
self = <tests.test_rendering.TestRendering object at 0x7f3d44429b70>
login_page = <pages.login_page.LoginPage object at 0x7f3d41da7970>
create_page = <pages.create_page.CreatePage object at 0x7f3d41e0e5f0>
editor_page = <pages.editor_page.EditorPage object at 0x7f3d41e0e5c0>
publish_page = <pages.publish_page.PublishPage object at 0x7f3d41e0cb20>
env = 'test05'
@pytest.mark.parametrize("env", ["prod", "test03", "test05"])
def test_r01_generate_video_and_publish(
self, login_page, create_page, editor_page, publish_page, env
):
"""
R01 Generate video and publish (all envs short smoke)
Login to the specified environment, navigate to the create page,
customize the first available video, publish it, and verify the
publish page renders correctly.
Mirrors: test_rendering_scenarios.feature → 'Generate video and publish'
"""
env_url = _env_base_url(env)
email = _env_email(env)
login_page.login_directly(env_url, email, get_password())
> create_page.navigate_to_create(env_url)
tests/test_rendering.py:81:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
pages/create_page.py:64: in navigate_to_create
self.page.goto(f"{base_url}/create?mode=search&keyword=summer")
/usr/local/lib/python3.10/dist-packages/playwright/sync_api/_generated.py:9875: in goto
self._sync(
/usr/local/lib/python3.10/dist-packages/playwright/_impl/_page.py:560: in goto
return await self._main_frame.goto(**locals_to_params(locals()))
/usr/local/lib/python3.10/dist-packages/playwright/_impl/_frame.py:156: in goto
await self._channel.send(
/usr/local/lib/python3.10/dist-packages/playwright/_impl/_connection.py:76: in send
return await self._connection.wrap_api_call(
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <playwright._impl._connection.Connection object at 0x7f3d44428460>
cb = <function Channel.se
📸 Failure Screenshot: