mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 00:56:02 +00:00
E2E tests
This commit is contained in:
@@ -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();
|
||||
|
||||
@@ -44,12 +44,8 @@ services:
|
||||
MONGO_INITDB_ROOT_PASSWORD: Pwd2020Db
|
||||
ports:
|
||||
- 16010:27017
|
||||
networks:
|
||||
- dbgate
|
||||
|
||||
redis:
|
||||
image: redis
|
||||
ports:
|
||||
- 16011:6379
|
||||
networks:
|
||||
- dbgate
|
||||
|
||||
Reference in New Issue
Block a user