mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-30 15:03:57 +00:00
e2e tests branch
This commit is contained in:
18
e2e-tests/docker-compose.yaml
Normal file
18
e2e-tests/docker-compose.yaml
Normal file
@@ -0,0 +1,18 @@
|
|||||||
|
version: '3'
|
||||||
|
services:
|
||||||
|
postgres:
|
||||||
|
image: postgres
|
||||||
|
restart: always
|
||||||
|
environment:
|
||||||
|
POSTGRES_PASSWORD: Pwd2020Db
|
||||||
|
ports:
|
||||||
|
- 16000:5432
|
||||||
|
|
||||||
|
mariadb:
|
||||||
|
image: mariadb
|
||||||
|
command: --default-authentication-plugin=mysql_native_password
|
||||||
|
restart: always
|
||||||
|
ports:
|
||||||
|
- 16004:3306
|
||||||
|
environment:
|
||||||
|
- MYSQL_ROOT_PASSWORD=Pwd2020Db
|
||||||
9
e2e-tests/package.json
Normal file
9
e2e-tests/package.json
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
"name": "e2e-tests",
|
||||||
|
"version": "1.0.0",
|
||||||
|
"main": "index.js",
|
||||||
|
"license": "GPL",
|
||||||
|
"devDependencies": {
|
||||||
|
"cypress": "^13.16.1"
|
||||||
|
}
|
||||||
|
}
|
||||||
1161
e2e-tests/yarn.lock
Normal file
1161
e2e-tests/yarn.lock
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user