Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test kit e2e #337

Merged
merged 34 commits into from
Jul 31, 2022
Merged
Changes from 1 commit
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
6dc2ba6
change e2e, app structure
Idokah Jul 20, 2022
3ff85ed
close server instead of reload
Idokah Jul 20, 2022
e1e30d8
testkit lib
Idokah Jul 20, 2022
b672151
testkit lib and commons
Idokah Jul 20, 2022
8ebe7c2
e2e resources
Idokah Jul 20, 2022
b2b6edb
mysql test resources
Idokah Jul 21, 2022
49a28bd
testkit fixes
Idokah Jul 21, 2022
52d12bd
spanner test resources
Idokah Jul 21, 2022
92fa7db
postgres test resources
Idokah Jul 21, 2022
841d24a
firestore test resources
Idokah Jul 21, 2022
739bf47
mssql test resources
Idokah Jul 21, 2022
dcdba46
mongo e2e- not finished
Idokah Jul 26, 2022
9f233f0
fix mongo
Idokah Jul 26, 2022
fd1fbca
google-sheets
Idokah Jul 26, 2022
db5bfa0
fix export google-sheets
Idokah Jul 26, 2022
09e5065
airtable
Idokah Jul 26, 2022
158e67d
dynamodb
Idokah Jul 26, 2022
77bc122
e2e_resources
Idokah Jul 26, 2022
427de5d
bigquery
Idokah Jul 26, 2022
756429f
remove only
Idokah Jul 26, 2022
1c325f9
fix imports
Idokah Jul 26, 2022
f4d023d
provider resources, delete engines
Idokah Jul 26, 2022
cb73fea
add globalSetUp and globalTearDown
Idokah Jul 27, 2022
8e87a26
rebase firestore after ts
Idokah Jul 27, 2022
1debce9
bigquery rebase after ts
Idokah Jul 27, 2022
9b9f3fa
change imports
Idokah Jul 27, 2022
eab655a
fix imports
Idokah Jul 28, 2022
5abc4c4
add jest to tsconfig and remove ts-ignore
Idokah Jul 28, 2022
4c05786
export supportedOperations only from test resources
Idokah Jul 28, 2022
eb981fb
fix postgres import
Idokah Jul 28, 2022
59da64d
add networks to docker-compose for all images
Idokah Jul 28, 2022
48f1e18
upgrade versions
Idokah Jul 31, 2022
4eaeba7
nop
Idokah Jul 31, 2022
2e111bd
upgrade types package
Idokah Jul 31, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix export google-sheets
  • Loading branch information
Idokah committed Jul 27, 2022
commit db5bfa01f1ef7d324b0187fc147b96528930d8cd
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const init = require('../../src/connection_provider')
const { app: mockServer} = require ('../mock_google_sheets_api')
import { Server } from 'http'
export { supportedOperations } from '@wix-velo/external-db-google-sheets'
export { supportedOperations } from '../../src/supported_operations'

let _server: Server, port = 1502