@testim/testim-cli 4.26.0 → 4.27.0
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/cli.js +54 -63
- package/cli.js.map +4 -4
- package/npm-shrinkwrap.json +30 -26
- package/package.json +1 -1
- package/codim/template.js/package.json +0 -22
- package/codim/template.js/tests/examples/01-simple-text-validation.test.js +0 -21
- package/codim/template.js/tests/examples/02-using-locators.test.js +0 -28
- package/codim/template.js/tests/examples/03-using-hooks.test.js +0 -34
- package/codim/template.js/tests/examples/04-skip-and-only.test.js +0 -31
- package/codim/template.js/tests/examples/05-multiple-windows.test.js +0 -31
- package/codim/template.js/tests/examples/locators/locator.2tAJgSAmk3.json +0 -1
- package/codim/template.js/tests/examples/locators/locator.9k9VCOUL4y.json +0 -1
- package/codim/template.js/tests/examples/locators/locator.AjIJ15ZuBj.json +0 -1
- package/codim/template.js/tests/examples/locators/locator.FjmSDY45IZ.json +0 -1
- package/codim/template.js/tests/examples/locators/locator.QJ77pQxaRz.json +0 -1
- package/codim/template.js/tests/examples/locators/locator.QxcJVFC2C1.json +0 -1
- package/codim/template.js/tests/examples/locators/locator.Qxpa59SlFg.json +0 -1
- package/codim/template.js/tests/examples/locators/locator.X3UDpG1Gdq.json +0 -1
- package/codim/template.js/tests/examples/locators/locator.g2SudoELzB.json +0 -1
- package/codim/template.js/tests/examples/locators/locator.hRAXmKR3zE.json +0 -1
- package/codim/template.js/tests/examples/locators/locator.kSEI5IhgWU.json +0 -1
- package/codim/template.js/tests/examples/locators/locator.pTxwqDP1pW.json +0 -1
- package/codim/template.js/tests/examples/locators/locators.js +0 -14
- package/codim/template.js/vsproj.njsproj +0 -61
- package/codim/template.js/webpack.config.js +0 -4
- package/codim/template.ts/package.json +0 -25
- package/codim/template.ts/tests/examples/01-simple-text-validation.test.ts +0 -21
- package/codim/template.ts/tests/examples/02-using-locators.test.ts +0 -30
- package/codim/template.ts/tests/examples/03-using-hooks.test.ts +0 -36
- package/codim/template.ts/tests/examples/04-skip-and-only.test.ts +0 -32
- package/codim/template.ts/tests/examples/05-multiple-windows.test.ts +0 -32
- package/codim/template.ts/tests/examples/locators/locator.2tAJgSAmk3.json +0 -1
- package/codim/template.ts/tests/examples/locators/locator.9k9VCOUL4y.json +0 -1
- package/codim/template.ts/tests/examples/locators/locator.AjIJ15ZuBj.json +0 -1
- package/codim/template.ts/tests/examples/locators/locator.FjmSDY45IZ.json +0 -1
- package/codim/template.ts/tests/examples/locators/locator.QJ77pQxaRz.json +0 -1
- package/codim/template.ts/tests/examples/locators/locator.QxcJVFC2C1.json +0 -1
- package/codim/template.ts/tests/examples/locators/locator.Qxpa59SlFg.json +0 -1
- package/codim/template.ts/tests/examples/locators/locator.X3UDpG1Gdq.json +0 -1
- package/codim/template.ts/tests/examples/locators/locator.g2SudoELzB.json +0 -1
- package/codim/template.ts/tests/examples/locators/locator.hRAXmKR3zE.json +0 -1
- package/codim/template.ts/tests/examples/locators/locator.kSEI5IhgWU.json +0 -1
- package/codim/template.ts/tests/examples/locators/locator.pTxwqDP1pW.json +0 -1
- package/codim/template.ts/tests/examples/locators/locators.js +0 -14
- package/codim/template.ts/tsconfig.json +0 -8
- package/codim/template.ts/vsproj.njsproj +0 -62
- package/codim/template.ts/webpack.config.js +0 -16
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
module.exports = {
|
|
2
|
-
mode: 'development', // always run with development and source maps
|
|
3
|
-
devtool: 'inline-source-map', // always debuggable
|
|
4
|
-
module: {
|
|
5
|
-
rules: [
|
|
6
|
-
{
|
|
7
|
-
test: /\.tsx?$/,
|
|
8
|
-
loader: 'ts-loader',
|
|
9
|
-
exclude: /node_modules/,
|
|
10
|
-
},
|
|
11
|
-
],
|
|
12
|
-
},
|
|
13
|
-
resolve: {
|
|
14
|
-
extensions: ['.tsx', '.ts', '.js'],
|
|
15
|
-
},
|
|
16
|
-
};
|