@mablhq/mabl-cli 1.22.1 → 1.23.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/browserLauncher/playwrightBrowserLauncher/playwrightDom.js +24 -10
- package/commands/tests/testsUtil.js +25 -64
- package/commands/tests/tests_cmds/run.js +6 -6
- package/commands/tests/tests_cmds/trainerUtil.js +12 -0
- package/execution/index.js +1 -1
- package/execution/index.js.LICENSE.txt +0 -27
- package/mablApi/index.js +1 -1
- package/mablscript/steps/SyntheticStep.js +2 -2
- package/mablscriptFind/index.js +1 -1
- package/package.json +1 -1
- package/resources/mablFind.js +1 -1
- package/commands/tests/executionUtil.js +0 -36
- package/commands/tests/tests_cmds/run-alpha.js +0 -129
- package/commands/tests/tests_cmds/run-legacy.js +0 -109
- package/commands/tests/tests_cmds/trainer.js +0 -5
- package/commands/tests/tests_cmds/trainer_cmds/install.js +0 -14
- package/commands/tests/tests_cmds/trainer_cmds/trainerUtil.js +0 -169
- package/commands/tests/tests_cmds/trainer_cmds/update.js +0 -27
- package/commands/tests/tests_cmds/trainer_cmds/version.js +0 -22
|
@@ -1,30 +1,3 @@
|
|
|
1
|
-
/*!
|
|
2
|
-
*
|
|
3
|
-
* Copyright 2009-2017 Kris Kowal under the terms of the MIT
|
|
4
|
-
* license found at https://github.com/kriskowal/q/blob/v1/LICENSE
|
|
5
|
-
*
|
|
6
|
-
* With parts by Tyler Close
|
|
7
|
-
* Copyright 2007-2009 Tyler Close under the terms of the MIT X license found
|
|
8
|
-
* at http://www.opensource.org/licenses/mit-license.html
|
|
9
|
-
* Forked at ref_send.js version: 2009-05-11
|
|
10
|
-
*
|
|
11
|
-
* With parts by Mark Miller
|
|
12
|
-
* Copyright (C) 2011 Google Inc.
|
|
13
|
-
*
|
|
14
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
15
|
-
* you may not use this file except in compliance with the License.
|
|
16
|
-
* You may obtain a copy of the License at
|
|
17
|
-
*
|
|
18
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
19
|
-
*
|
|
20
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
21
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
22
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
23
|
-
* See the License for the specific language governing permissions and
|
|
24
|
-
* limitations under the License.
|
|
25
|
-
*
|
|
26
|
-
*/
|
|
27
|
-
|
|
28
1
|
/*!
|
|
29
2
|
* Copyright (c) 2015, Salesforce.com, Inc.
|
|
30
3
|
* All rights reserved.
|