Skip to content

Merge branch '467/add-cypress-testing' of github.com:Jess-White/boile… #754

Merge branch '467/add-cypress-testing' of github.com:Jess-White/boile…

Merge branch '467/add-cypress-testing' of github.com:Jess-White/boile… #754

Triggered via push May 22, 2023 13:50
Status Failure
Total duration 1m 35s
Artifacts

CI.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors
test: cypress.config.js#L22
'on' is defined but never used
test: cypress.config.js#L22
'config' is defined but never used
test: cypress/e2e/1-getting-started/todo.cy.js#L14
Replace `'example·to-do·app'` with `"example·to-do·app"`
test: cypress/e2e/1-getting-started/todo.cy.js#L20
Replace `'https://example.cypress.io/todo')` with `"https://example.cypress.io/todo");`
test: cypress/e2e/1-getting-started/todo.cy.js#L23
Replace `'displays·two·todo·items·by·default'` with `"displays·two·todo·items·by·default"`
test: cypress/e2e/1-getting-started/todo.cy.js#L27
Replace `'.todo-list·li').should('have.length',·2)` with `".todo-list·li").should("have.length",·2);`
test: cypress/e2e/1-getting-started/todo.cy.js#L33
Replace `'.todo-list·li').first().should('have.text',·'Pay·electric·bill')` with `".todo-list·li").first().should("have.text",·"Pay·electric·bill");`
test: cypress/e2e/1-getting-started/todo.cy.js#L34
Replace `'.todo-list·li').last().should('have.text',·'Walk·the·dog')` with `".todo-list·li").last().should("have.text",·"Walk·the·dog");`