E2E tests

This commit is contained in:
SPRINX0\prochazka
2025-01-29 08:27:15 +01:00
parent 07021ae760
commit 425ed5a3f4
2 changed files with 1 additions and 5 deletions

View File

@@ -71,7 +71,7 @@ describe('Data browser data', () => {
cy.screenshot('formview');
});
it.only('SQL Gen', () => {
it('SQL Gen', () => {
cy.contains('Postgres-connection').click();
cy.contains('PgChinook').rightclick();
cy.contains('SQL Generator').click();

View File

@@ -44,12 +44,8 @@ services:
MONGO_INITDB_ROOT_PASSWORD: Pwd2020Db
ports:
- 16010:27017
networks:
- dbgate
redis:
image: redis
ports:
- 16011:6379
networks:
- dbgate