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

Create separate test apps for backend and manual frontend testing #275

Open
ramedina86 opened this issue Mar 1, 2024 · 1 comment
Open
Assignees

Comments

@ramedina86
Copy link
Collaborator

We now have 3 different kinds of tests:

  1. Backend automated
  2. Frontend manual
  3. Frontend automated

1 and 2 are sharing the same app, which makes both experiences worse. We should have separate ones.

Not too hard, but involves carefully removing components with instance paths that aren't being used by the backend tests.

@ramedina86
Copy link
Collaborator Author

I'll create a new app for frontend manual testing, please focus on removing unused elements from the backend one and renaming it.

Also, can you coordinate with @raaymax to reorganise the folder structure?

I'd prefer to have a single folder in the root tests and then subfolders

  • e2e
  • backend

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants