Fixture 'base_fixture' not found | Selenium Python Forum
M
Mohana Krishnan Posted on 18/11/2021

Whie trying the Page Object Model Module, getting the below error

test setup failed

@pytest.mark.parametrize("argvals", getcelldata("TestA", constants.EXCEL_PATH))
def test_login(self, argvals):
E fixture 'base_fixture' not found.

I'm just following the same steps as mentioned in the video.

Can you please help me on this.

Thanks...

 


M
Mohana Krishnan Replied on 18/11/2021

Resolved, closing the ticket.