apt-get install npm
npm install --global npm
npm install
export ODOO_VERSION=18.0
export PUPPETEER_BROWSER=chrome
npm run test
** Available browsers: chromium, chrome (Maybe, someday it will be possible to install the extension in firefox using puppeteer)
** Avaiblable versions: 11.0, 12.0, 13.0, 14.0, 15.0, 16.0, 17.0, 18.0
All: document.querySelector(".o_terminal").dispatchEvent(new Event('start_terminal_tests'))
Selected (Example: whoami and search)
document.querySelector(".o_terminal").dispatchEvent(new CustomEvent('start_terminal_tests', {detail:'test_whoami,test_search'}))
- clear
- exportfile
- reload
- debug
- post
- jstest
- tour (partial)
- logout
- lang
- login
- copy
- paste