Oscar Esgalha

Results 5 comments of Oscar Esgalha

I had the same problem and did something similar to @sethcall to solve it. I was doing this in one of my tests: ``` ruby after(:each) { page.driver.reset! } ```...

I had the same problem and the same workaround worked for me. I was trying to test a Django 2.2.x app with pytest >= 4 (tried with 6.0.2) and pytest-django...

Hello, @ayr-ton ! A release stage is definitely something we plan to work on. 😄 We still have to hash out some details on how to approach the release stage....

About the registry choice... I think the CLI should come with sensible defaults for registries. When the project is initialized, the configuration file has some comments showing how to configure...