mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 13:33:34 -07:00
New: Cross Browser Testing UI
This commit is contained in:
parent
6338d6d2d0
commit
22d48ab8aa
7 changed files with 168 additions and 65 deletions
3
test.sh
3
test.sh
|
@ -25,7 +25,7 @@ export LIDARR_TESTS_LOG_OUTPUT="File"
|
|||
|
||||
NUNIT="$TEST_DIR/NUnit.ConsoleRunner.3.10.0/tools/nunit3-console.exe"
|
||||
NUNIT_COMMAND="$NUNIT"
|
||||
NUNIT_PARAMS="--workers=1"
|
||||
NUNIT_PARAMS=""
|
||||
|
||||
if [ "$PLATFORM" = "Mac" ]; then
|
||||
|
||||
|
@ -53,6 +53,7 @@ if [ "$TYPE" = "Unit" ]; then
|
|||
WHERE="$WHERE && cat != IntegrationTest && cat != AutomationTest"
|
||||
elif [ "$TYPE" = "Integration" ] || [ "$TYPE" = "int" ] ; then
|
||||
WHERE="$WHERE && cat == IntegrationTest"
|
||||
NUNIT_PARAMS="--workers=1"
|
||||
elif [ "$TYPE" = "Automation" ] ; then
|
||||
WHERE="$WHERE && cat == AutomationTest"
|
||||
else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue