
* test-nv-deploy yaml adjustments to generate testmo reports * CR fixes * changed working dir for testmo runner * changed prepare tests to wait for deploy * removed working dir * wip - working dir * wip - working dir * resource path deletion * order of steps changed * wip * wip * cypress reporter fix, added hash to report name * reporter fix - name of output changed * report name change * moved testmo run it into workflow env var * wip * wip * wip * wip * wip * wip * wip * wip - output * Test with output --------- Co-authored-by: andrzejewsky <vox3r69@gmail.com>
14 lines
278 B
JSON
14 lines
278 B
JSON
{
|
|
"engines": {
|
|
"node": ">=14"
|
|
},
|
|
"dependencies": {
|
|
"@actions/core": "^1.9.1",
|
|
"@octokit/core": "^4.0.4",
|
|
"@testmo/testmo-cli": "^1.3.0",
|
|
"commander": "^9.4.0",
|
|
"graphql": "^16.6.0",
|
|
"graphql-request": "^5.0.0",
|
|
"node-fetch": "^2.6.7"
|
|
}
|
|
}
|