ray/dashboard/tests/cypress/e2e/test_render.cy.js

7 lines
157 B
JavaScript
Raw Normal View History

describe('Ray Dashboard Test', () => {
it('opens a new Ray dashboard', () => {
cy.visit('localhost:8653')
cy.contains('Ray')
})
})