Unable to run e2e tests #15816
-
Hello everybody! I can't run the e2e test (using "yarn e2e"). I already seeded the database (with "yarn test-e2e") and I think the initial data is just fine, but I wondering, why the tests are not working! I have "NEXT_PUBLIC_IS_E2E=1" in my .env file, but it seems it's not used at all. Here is the log: `PS D:\cal.com> yarn e2e Running 0 tests using 0 workers [WebServer] 'NEXT_PUBLIC_IS_E2E' is not recognized as an internal or external command, To open last HTML report run: PS D:\cal.com>` Thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I did |
Beta Was this translation helpful? Give feedback.
I did
set NEXT_PUBLIC_IS_E2E=1
thenyarn e2e
(windows) and that worked for me.