Replies: 1 comment 1 reply
-
Hi @Zio-4 , We have a lot of tests in the main codebase. The most useful examples are probably in the packages/plugin-* folders, where we run something akin to integration tests for most plugins. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I want to do some unit/integration and e2e tests on some jsPsych web apps. They are all set up with npm and use Webpack as a build tool and are hosted on Firebase. How would you implement tests in an app setup this way? I know how you would do it with a UI framework but I'm not sure how to do it in this instance. I saw this article but the only HTML file I would have access to is from the build folder. Would I have to do something similar to that?
Beta Was this translation helpful? Give feedback.
All reactions