Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: FE e2e tests #1423

Merged
merged 10 commits into from
Aug 6, 2024
Merged

feat: FE e2e tests #1423

merged 10 commits into from
Aug 6, 2024

Conversation

yodigos
Copy link
Collaborator

@yodigos yodigos commented Aug 5, 2024

No description provided.

describe('Overview Page Tests', () => {

beforeEach(() => {
cy.visit('localhost:3000')
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i think you can put the url inside environment variables, and then if we switch route it will be only in one place
`export default defineConfig({

env: {
overview: 'http://localhost:3000/overview',
base_url: 'http://localhost:3000/'
},
})`

@yodigos yodigos merged commit 0f80c84 into odigos-io:main Aug 6, 2024
15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants