mirror of
https://github.com/foss42/apidash.git
synced 2025-12-09 14:40:20 +08:00
test: common runner file
This commit is contained in:
@@ -11,7 +11,11 @@ import 'package:apidash/screens/home_page/editor_pane/url_card.dart';
|
||||
import '../../test/extensions/widget_tester_extensions.dart';
|
||||
import '../test_helper.dart';
|
||||
|
||||
void main() async {
|
||||
Future<void> main() async {
|
||||
await runDesktopEnvIntegrationTest();
|
||||
}
|
||||
|
||||
Future<void> runDesktopEnvIntegrationTest() async {
|
||||
const environmentName = "test-env-name";
|
||||
const envVarName = "test-env-var";
|
||||
const envVarValue = "8700000";
|
||||
|
||||
Reference in New Issue
Block a user