Open
Description
There's a way to specify where to create the tests https://scrapy-poet.readthedocs.io/en/stable/testing.html#configuring-the-test-location, but actual paths may look like this: some_project/tests/fixtures/some_project.page_objects.homedepot.com.products.HomedepotComProductPage/test-1
which is way too long and it would be nice to shorten it down to just some_project/tests/fixtures/homedepot.com.products.HomedepotComProductPage/test-1
or even to some_project/tests/fixtures/HomedepotComProductPage/test-1
.
So it'd be nice to have a way to control the name of the folder where tests are created at.
Metadata
Metadata
Assignees
Labels
No labels