Skip to content

Commit

Permalink
chore: add nodejs-test-runner
Browse files Browse the repository at this point in the history
agoldis committed Nov 27, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 2010bb7 commit 6c1d9cd
Showing 11 changed files with 13 additions and 145 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -4,6 +4,5 @@ node_modules
upload.marker.json
.currents
.env
cypress/
.turbo
**/.currents
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -14,3 +14,4 @@ npm install
- [Vitest](./packages/vitest)
- [Vitest - parallel runs on GitHub Actions](./packages/vitest)
- [WebdriverIO](./packages/wdio)
- [NodeJS Test Runner](./packages/nodejs-test-runner)
14 changes: 0 additions & 14 deletions cy-example/combined-results.xml

This file was deleted.

12 changes: 0 additions & 12 deletions cy-example/config.json

This file was deleted.

22 changes: 0 additions & 22 deletions cy-example/cypress.config.js

This file was deleted.

11 changes: 0 additions & 11 deletions cy-example/e2e/first.cy.js

This file was deleted.

11 changes: 0 additions & 11 deletions cy-example/e2e/second.cy.js

This file was deleted.

37 changes: 0 additions & 37 deletions cy-example/results-8d6af8eb030c1e7754b1e6b81add286e.xml

This file was deleted.

37 changes: 0 additions & 37 deletions cy-example/results-a5c70d27b2e3dbfead071b1dc5a43c9c.xml

This file was deleted.

3 changes: 3 additions & 0 deletions packages/nodejs-test-runner/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# NodeJS Test Runner + Currents

👷🏾‍♀️ Work in progress
9 changes: 9 additions & 0 deletions packages/nodejs-test-runner/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"name": "@currents-junit-xml-example/nodejs-test-runner",
"version": "1.0.0",
"description": "Integrate NodeJS test runner with Currents",
"main": "index.js",
"scripts": {},
"license": "MIT",
"dependencies": {}
}

0 comments on commit 6c1d9cd

Please sign in to comment.