Get help with testing, discuss unit testing strategies etc.


Post by vasilyx@gmail.com »

Sorry if similar problem was there but i need help.
Siesta 4, extjx 6

in my harness.configure, i have preload section with extjs like
harness.configure({
    preload     : [
         '../../ext/build/ext-all-debug.js',
..
than i have
harness.start(
alsoPreload: [
            'tests/application/AbstractList.js'
        ],
..
this file is a extjs class like
Ext.define('TestApplication.AbstractList', {
when i try to get tests from list im getting(randomly) Ext.define is not a function and bla bla bla ... like extjs is not defined for that moment.

Any ideas how to fix that ?

Post by nickolay »

Hm.. How do you mean "get tests from list"? You mean - when launching tests? Not enough info to help you, can you provide more details or steps to reproduce?

Post Reply