Skip to content

Instantly share code, notes, and snippets.

View gcirone's full-sized avatar
🏗️
Dockerizing Applications

Gianluca Cirone gcirone

🏗️
Dockerizing Applications
View GitHub Profile
/// <reference types="cypress" />
const sportsUrl = '/sports';
describe('WebSocket Integration Test', () => {
let webSocketStub: any;
before(() => setupRoutesAndFixtures());
describe('When access to the Sports homepage', () => {