mirror of
https://github.com/gristlabs/grist-core.git
synced 2026-03-02 04:09:24 +00:00
Adding dedicated folder for external tests
This commit is contained in:
1
test/deployment/ActionLog.ts
Normal file
1
test/deployment/ActionLog.ts
Normal file
@@ -0,0 +1 @@
|
||||
import "test/nbrowser/ActionLog";
|
||||
1
test/deployment/ChoiceList.ts
Normal file
1
test/deployment/ChoiceList.ts
Normal file
@@ -0,0 +1 @@
|
||||
import "test/nbrowser/ChoiceList";
|
||||
1
test/deployment/DuplicateDocument.ts
Normal file
1
test/deployment/DuplicateDocument.ts
Normal file
@@ -0,0 +1 @@
|
||||
import "test/nbrowser/DuplicateDocument";
|
||||
1
test/deployment/Fork.ts
Normal file
1
test/deployment/Fork.ts
Normal file
@@ -0,0 +1 @@
|
||||
import "test/nbrowser/Fork";
|
||||
1
test/deployment/HomeIntro.ts
Normal file
1
test/deployment/HomeIntro.ts
Normal file
@@ -0,0 +1 @@
|
||||
import "test/nbrowser/Pages";
|
||||
1
test/deployment/Pages.ts
Normal file
1
test/deployment/Pages.ts
Normal file
@@ -0,0 +1 @@
|
||||
import "test/nbrowser/Pages";
|
||||
4
test/deployment/README.md
Normal file
4
test/deployment/README.md
Normal file
@@ -0,0 +1,4 @@
|
||||
# Deployment tests
|
||||
|
||||
Link or import here all tests that can be run against an external server or
|
||||
a docker container (i.e: tests that don't rely on in-memory TestServer).
|
||||
1
test/deployment/ReferenceColumns.ts
Normal file
1
test/deployment/ReferenceColumns.ts
Normal file
@@ -0,0 +1 @@
|
||||
import "test/nbrowser/ReferenceColumns";
|
||||
1
test/deployment/ReferenceList.ts
Normal file
1
test/deployment/ReferenceList.ts
Normal file
@@ -0,0 +1 @@
|
||||
import "test/nbrowser/ReferenceList";
|
||||
1
test/deployment/Smoke.ts
Normal file
1
test/deployment/Smoke.ts
Normal file
@@ -0,0 +1 @@
|
||||
import "test/nbrowser/Smoke";
|
||||
Reference in New Issue
Block a user