github.com/kubeshop/testkube@v1.17.23/contrib/executor/cypress/examples/test-string.json (about)

     1  {
     2  	"id": "6183cec12acc0cb7de5c249e",
     3  	"testName": "dashboard-test",
     4  	"testType": "cypress/project",
     5  	"name": "",
     6  	"content": {
     7  		"type": "string",
     8  		"data": "describe('The Home Page', () => { it('successfully loads', () => { cy.visit('https://testkube.io'); expect(Cypress.env('testparam')).to.equal('testvalue'); cy.contains('Efficient testing of k8s applications'); }) })"
     9  	},
    10  	"startTime": "2021-11-04T12:14:57.118Z",
    11  	"endTime": "0001-01-01T00:00:00Z",
    12  	"executionResult": {
    13  		"status": "pending"
    14  	},
    15  	"args": []
    16  }