Search found 58 matches

Tried it on Windows 10/Chrome and Ubuntu/Chromium. Can be it's a "chrome" issue.
By replying to the forum, I noticed this issue: 1. reply to a forum 2. go full editor mode 3. paste a lot of text 4. go down on the text-editor with the cursor 5. press PAGE-DOWN 6. the forum layout is messed up to the extent, the scrollbar goes down, but the layour gets shifted to the left too much...
Thanks for the feedback. bin/webdriver localhost/examples/sencha-extjs --include code_coverage --nyc.reporter=text --nyc.include='**/5.code_coverage/**/*.js' --headless --debug [DEBUG] Dispatcher start [DEBUG] Starting instrumentation proxy [DEBUG] HTTP Instrumentation proxy has started on :::42891 ...
in the trial folder I execute: > bin/webdriver examples/sencha-extjs --nyc.include='**/5.code_coverage' --nyc.reporter=html --include code_coverage and I am getting the followin error: andy@osboxes:~/siesta-5.2.2-trial$ bin/webdriver localhost/examples/sencha-extjs/ --nyc.include='**/5.code_coverage...
Hi, I am running an evaluation of Siesta Trial, version 5.2.2 and I am facing several issues with the code coverage. I would appreciate help to understand and get it working. First, I am executing this on 2 environments: Ubuntu 18 (running in VirtualBox) and Windows 10 system. First of all, I am sta...
Hi, https://www.bryntum.com/blog/testing-an-ext-js-6-app-generated-with-sencha-cmd/ Is there a up to date or better documentation to test and extjs app generated with Sencha Cmd? The upper approach works, but it loads the whole app(and + > 300 JS files) every time we run a test. This makes it very s...
I was following this tutorial to test an app which is generated with sencha cmd: https://www.bryntum.com/blog/testing-an-ext-js-6-app-generated-with-sencha-cmd/ I am wondering, how can one render ONE UI View in test, or is there a best practice to render it? view.render(Ext.getBody()) doesn't work, ...
Cool! Thanks!
How can you enable/see the code-coverage for non-extjs files? The code-coverage for extjs files works well. Now, I want to test some simple prototype functions like: file: /js/common/Prototypes.js if ( !String.prototype.capitalizeFirst ) { String.prototype.capitalizeFirst = function () { return this...
The best practice is to use "bin/webdriver". Probably the chrome webdriver is outdated. Chrome webdrivers supports only certain range of Chrome versions. Try to download the latest version: https://chromedriver.storage.googleapis.com/index.html?path=2.30/ and put the executable in the 'si...