Get help with testing, discuss unit testing strategies etc.


Post by lbottoni »

I, i trying the siesta with my sencha extjs 5 app. My app work fine, but when i try to configure Siesta for the first test (Getting started) i catch this message:
ReferenceError: i18n is not defined
at constructor.t (https://mnm-webapp-buildbranch.docker.lo ... :208127:14)
at new constructor (https://mnm-webapp-buildbranch.docker.lo ... :231979:34)
at constructor [as self] (https://mnm-webapp-buildbranch.docker.lo ... s:10597:37)
at Ext.Inventory.<anonymous> (https://mnm-webapp-buildbranch.docker.lo ... s:12651:33)
at Ext.Inventory.processCreate (https://mnm-webapp-buildbranch.docker.lo ... s:12337:35)
at Function.<anonymous> (https://mnm-webapp-buildbranch.docker.lo ... s:12316:29)
at Function.onBeforeCreated (https://mnm-webapp-buildbranch.docker.lo ... s:10635:29)
at Function.doProcess (https://mnm-webapp-buildbranch.docker.lo ... s:10701:35)
at Function.process (https://mnm-webapp-buildbranch.docker.lo ... s:10688:18)
at new ExtClass (https://mnm-webapp-buildbranch.docker.lo ... s:10624:18)
at Ext.Inventory.create (https://mnm-webapp-buildbranch.docker.lo ... s:12288:24)
my localhost mnm-webapp-buildbranch.docker.localhost it's a vhost apache and work in proxy mode with my docker.

i (think) that I have to connect "Siesta" with my build app (i think, but it would be better if it were connected siesta with my app not builded).

If i try use my app with my vhost wotk fine, with code minified and without code minified. When i lauch my app normaly i see load "https://mnm-webapp.docker.localhost/reso ... 7.7.min.js" , but when i use Siesta, this file is never loaded (any other myclass extjs are loaded)

why Siesta don't load my class???how to load my classes?

Post by lbottoni »


Post Reply