mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-25 14:26:00 +00:00
E2E tests
This commit is contained in:
@@ -71,7 +71,7 @@ describe('Data browser data', () => {
|
|||||||
cy.screenshot('formview');
|
cy.screenshot('formview');
|
||||||
});
|
});
|
||||||
|
|
||||||
it.only('SQL Gen', () => {
|
it('SQL Gen', () => {
|
||||||
cy.contains('Postgres-connection').click();
|
cy.contains('Postgres-connection').click();
|
||||||
cy.contains('PgChinook').rightclick();
|
cy.contains('PgChinook').rightclick();
|
||||||
cy.contains('SQL Generator').click();
|
cy.contains('SQL Generator').click();
|
||||||
|
|||||||
@@ -44,12 +44,8 @@ services:
|
|||||||
MONGO_INITDB_ROOT_PASSWORD: Pwd2020Db
|
MONGO_INITDB_ROOT_PASSWORD: Pwd2020Db
|
||||||
ports:
|
ports:
|
||||||
- 16010:27017
|
- 16010:27017
|
||||||
networks:
|
|
||||||
- dbgate
|
|
||||||
|
|
||||||
redis:
|
redis:
|
||||||
image: redis
|
image: redis
|
||||||
ports:
|
ports:
|
||||||
- 16011:6379
|
- 16011:6379
|
||||||
networks:
|
|
||||||
- dbgate
|
|
||||||
|
|||||||
Reference in New Issue
Block a user