mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-19 06:06:01 +00:00
ssh tunnel test disabled
This commit is contained in:
@@ -23,9 +23,48 @@ describe('Initialization', () => {
|
||||
cy.contains('performance_schema');
|
||||
});
|
||||
|
||||
// it('SSH connection', () => {
|
||||
// const runOnCI = Cypress.env('runOnCI');
|
||||
|
||||
// cy.get('body')
|
||||
// .trigger('keydown', {
|
||||
// key: 'F1',
|
||||
// code: 'F1',
|
||||
// which: 112,
|
||||
// keyCode: 112,
|
||||
// bubbles: true,
|
||||
// })
|
||||
// .trigger('keyup', {
|
||||
// key: 'F1',
|
||||
// code: 'F1',
|
||||
// which: 112,
|
||||
// keyCode: 112,
|
||||
// bubbles: true,
|
||||
// });
|
||||
// cy.get('body').type('Close all');
|
||||
// cy.get('body').type('{enter}');
|
||||
|
||||
// cy.visit('http://localhost:3000');
|
||||
// cy.get('[data-testid=ConnectionList_buttonNewConnection]').click();
|
||||
// cy.get('[data-testid=ConnectionDriverFields_connectionType]').select('MySQL');
|
||||
// cy.get('[data-testid=ConnectionDriverFields_user]').clear().type('root');
|
||||
// cy.get('[data-testid=ConnectionDriverFields_password]').clear().type('root');
|
||||
|
||||
// cy.get('[data-testid=ConnectionSshTunnelFields_sshLogin]').clear().type('root');
|
||||
// cy.get('[data-testid=ConnectionSshTunnelFields_sshPassword]').clear().type('root');
|
||||
// if (runOnCI) {
|
||||
// cy.get('[data-testid=ConnectionSshTunnelFields_sshHost]').clear().type('mysql-ssh');
|
||||
// } else {
|
||||
// cy.get('[data-testid=ConnectionSshTunnelFields_sshPort]').clear().type('16006');
|
||||
// }
|
||||
// cy.get('[data-testid=ConnectionDriverFields_displayName]').clear().type('test-mysql-ssh-1');
|
||||
// cy.get('[data-testid=ConnectionTab_buttonSave]').click();
|
||||
// cy.get('[data-testid=ConnectionTab_buttonConnect]').click();
|
||||
// cy.contains('performance_schema');
|
||||
// });
|
||||
|
||||
// it('import chinook DB', () => {
|
||||
// cy.visit('http://localhost:3000');
|
||||
// cy.get('[data-testid=ConnectionTab_buttonConnect]').click();
|
||||
// });
|
||||
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user