Search code examples
functional-testingloaderinternbrowserstack

Error while loading functional tests with intern


I am trying to launch a functional test with Intern, using this command:

./node_modules/.bin/intern-runner config=tests/intern

,but I am having an error since yesterday, talking about the loader file.

enter image description here

Can somebody help me with this issue pleas? Thanks in advance.

MK


Solution

  • What does your intern config define for functionalSuites?

    it should be functionalSuites: [ 'tests/functional/index' ],