aicypress / dataset.jsonl
amihai85's picture
Update dataset.jsonl
5ec8516 verified
raw
history blame contribute delete
219 Bytes
{"input": "Write a Cypress test for logging in.", "output": "cy.get('#username').type('admin');"}
{"input": "Write a Cypress test for a long task.", "output": "cy.get('.long-task-selector').type('very long input...');"}