Adding dedicated folder for external tests

This commit is contained in:
Jarosław Sadziński
2022-09-30 16:45:28 +02:00
parent 433e1ecfc2
commit 51d839f082
13 changed files with 19 additions and 2 deletions

View File

@@ -0,0 +1 @@
import "test/nbrowser/ActionLog";

View File

@@ -0,0 +1 @@
import "test/nbrowser/ChoiceList";

View File

@@ -0,0 +1 @@
import "test/nbrowser/DuplicateDocument";

1
test/deployment/Fork.ts Normal file
View File

@@ -0,0 +1 @@
import "test/nbrowser/Fork";

View File

@@ -0,0 +1 @@
import "test/nbrowser/Pages";

1
test/deployment/Pages.ts Normal file
View File

@@ -0,0 +1 @@
import "test/nbrowser/Pages";

View 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).

View File

@@ -0,0 +1 @@
import "test/nbrowser/ReferenceColumns";

View File

@@ -0,0 +1 @@
import "test/nbrowser/ReferenceList";

1
test/deployment/Smoke.ts Normal file
View File

@@ -0,0 +1 @@
import "test/nbrowser/Smoke";