gcdevops / HRWhiteListing

MIT License
2 stars 0 forks source link

Selenium Testing #296

Open jaysonmc opened 4 years ago

jaysonmc commented 4 years ago
jaysonmc commented 4 years ago

https://github.com/gcdevops/OdooSecurityTooling

e-wu commented 4 years ago

Code is now in OdooDocker through PR https://github.com/gcdevops/OdooDocker/pull/122

What remains

  1. Add the following docker commands before deploy happens to validate locally.
    • Bring up Odoo locally on the build server: docker-compose up -d
    • Wait a bit to give the compose up some time to run up
    • Bring up Odoo Sanity check docker-compose -f docker-compose-testing.xml up -d
      • Scan will bring up a Chrome instance to perform the scan
    • Once the reports exist, bring down both infrastructure
      • docker-compose -f docker-compose-testing.xml down
      • docker-compose down
e-wu commented 4 years ago

Missing: