From 961a806bf95bdde10e3d423c6ced898bb52a40d0 Mon Sep 17 00:00:00 2001 From: Jonatas Walker Date: Mon, 11 Apr 2022 10:23:22 -0300 Subject: [PATCH] Update node.js.yml --- .github/workflows/node.js.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 095b1b0..027eb4a 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -31,4 +31,9 @@ jobs: cache: 'npm' - run: npm ci - run: npm run build --if-present - - run: npm test + - run: npm run test:unit + + - name: Run TestCafe tests on headless Chrome + uses: DevExpress/testcafe-action@latest + with: + args: "chrome:headless test/e2e/*.test.js"