Skip to content
This repository has been archived by the owner on Jun 8, 2022. It is now read-only.

TESTING: add test to see if esocketimedout occurs in circle orb. #11

Draft
wants to merge 8 commits into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"eslint.enable": false
}
4 changes: 3 additions & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,6 @@ orbs:
workflows:
build:
jobs:
- cypress/run
- cypress/run:
name: Debug with Cypress logs
debug: 'cypress:*'
10 changes: 3 additions & 7 deletions cypress/integration/spec.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
/// <reference types="cypress" />
describe('Tests using CircleCI Cypress orb', () => {
it('works', () => {
cy.visit('index.html')
cy.contains('Cypress Orb')
})
})
it('Test Tesla Link', () => {
cy.visit('https://www.tesla.com')
})