You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the structure of the compiled PsychoJS library has changed (as dOES the way that PsychoPy generates JS from a psyexp file), the templates used for testing need updating. There are two templates that may need this:
scripts/shared/index.html. This is the template index.html file used when deploying test-experiments for WebdriverIO tests
scripts/shared/karma.conf.cjs. This is the karma configuration file that specifies which files to host and/or include in the karma tests.