meta-it / odooselenium

Tools to interact with Odoo using Selenium
Other
25 stars 16 forks source link

Missing features #4

Closed Venefyxatu closed 7 years ago

Venefyxatu commented 8 years ago

I'm missing some features I need at work, such as installing and configuring modules. I'll gladly implement them as needed and need a ticket for commit messages and branch name; this is it.

benoitbryon commented 8 years ago

Welcome @Venefyxatu :)

I don't know if helps, but @n1b0r told me about erppeek, which I used to setup Odoo server in test environment (Travis CI). Have a look at init_odoo.py script in this repository.

That said, this technique doesn't use selenium... i.e. it is good to automatically setup test environment, but not to check that user can actually configure Odoo using a web browser. Are you working on this "install/configure modules using browser" feature?

Venefyxatu commented 8 years ago

Thanks! This might be a good time to optimise my test cycle :-)

I'm indeed working on install/configure modules using browser and will make a pull request once I'm satisfied that it's stable enough.