Skip to content

Commit

Permalink
v0.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
flops committed Aug 1, 2019
1 parent 94b59a3 commit ccb4f29
Show file tree
Hide file tree
Showing 33 changed files with 149 additions and 150 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@
"allowBranch": "master"
}
},
"version": "0.5.3"
"version": "0.5.4"
}
16 changes: 8 additions & 8 deletions packages/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@testring/api",
"version": "0.5.3",
"version": "0.5.4",
"main": "./dist/index.js",
"types": "./src/index.ts",
"repository": {
Expand All @@ -10,12 +10,12 @@
"author": "RingCentral",
"license": "MIT",
"dependencies": {
"@testring/async-breakpoints": "0.5.3",
"@testring/http-api": "0.5.3",
"@testring/logger": "0.5.3",
"@testring/transport": "0.5.3",
"@testring/types": "0.5.3",
"@testring/utils": "0.5.3",
"@testring/web-application": "0.5.3"
"@testring/async-breakpoints": "0.5.4",
"@testring/http-api": "0.5.4",
"@testring/logger": "0.5.4",
"@testring/transport": "0.5.4",
"@testring/types": "0.5.4",
"@testring/utils": "0.5.4",
"@testring/web-application": "0.5.4"
}
}
2 changes: 1 addition & 1 deletion packages/async-breakpoints/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@testring/async-breakpoints",
"version": "0.5.3",
"version": "0.5.4",
"main": "./dist/index.js",
"types": "./src/index.ts",
"repository": {
Expand Down
16 changes: 8 additions & 8 deletions packages/browser-proxy/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@testring/browser-proxy",
"version": "0.5.3",
"version": "0.5.4",
"main": "./dist/index.js",
"types": "./src/index.ts",
"repository": {
Expand All @@ -10,17 +10,17 @@
"author": "RingCentral",
"license": "MIT",
"dependencies": {
"@testring/child-process": "0.5.3",
"@testring/logger": "0.5.3",
"@testring/pluggable-module": "0.5.3",
"@testring/transport": "0.5.3",
"@testring/types": "0.5.3",
"@testring/utils": "0.5.3",
"@testring/child-process": "0.5.4",
"@testring/logger": "0.5.4",
"@testring/pluggable-module": "0.5.4",
"@testring/transport": "0.5.4",
"@testring/types": "0.5.4",
"@testring/utils": "0.5.4",
"@types/node": "10.5.6",
"@types/yargs": "12.0.0",
"yargs": "12.0.1"
},
"devDependencies": {
"@testring/test-utils": "0.5.3"
"@testring/test-utils": "0.5.4"
}
}
6 changes: 3 additions & 3 deletions packages/child-process/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "@testring/child-process",
"version": "0.5.3",
"version": "0.5.4",
"main": "./dist/index.js",
"types": "./src/index.ts",
"repository": {
"type": "git",
"url": "https://github.com/ringcentral/testring.git"
},
"dependencies": {
"@testring/types": "0.5.3",
"@testring/utils": "0.5.3"
"@testring/types": "0.5.4",
"@testring/utils": "0.5.4"
},
"author": "RingCentral",
"license": "MIT"
Expand Down
8 changes: 4 additions & 4 deletions packages/cli-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@testring/cli-config",
"version": "0.5.3",
"version": "0.5.4",
"main": "./dist/index.js",
"types": "./src/index.ts",
"repository": {
Expand All @@ -10,9 +10,9 @@
"author": "RingCentral",
"license": "MIT",
"dependencies": {
"@testring/logger": "0.5.3",
"@testring/types": "0.5.3",
"@testring/utils": "0.5.3",
"@testring/logger": "0.5.4",
"@testring/types": "0.5.4",
"@testring/utils": "0.5.4",
"@types/deepmerge": "2.2.0",
"@types/yargs": "12.0.0",
"deepmerge": "2.1.1",
Expand Down
26 changes: 13 additions & 13 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@testring/cli",
"version": "0.5.3",
"version": "0.5.4",
"main": "./dist/index.js",
"types": "./src/index.ts",
"repository": {
Expand All @@ -10,18 +10,18 @@
"author": "RingCentral",
"license": "MIT",
"dependencies": {
"@testring/browser-proxy": "0.5.3",
"@testring/cli-config": "0.5.3",
"@testring/devtool-backend": "0.5.3",
"@testring/fs-reader": "0.5.3",
"@testring/http-api": "0.5.3",
"@testring/logger": "0.5.3",
"@testring/plugin-api": "0.5.3",
"@testring/test-run-controller": "0.5.3",
"@testring/test-worker": "0.5.3",
"@testring/transport": "0.5.3",
"@testring/types": "0.5.3",
"@testring/web-application": "0.5.3",
"@testring/browser-proxy": "0.5.4",
"@testring/cli-config": "0.5.4",
"@testring/devtool-backend": "0.5.4",
"@testring/fs-reader": "0.5.4",
"@testring/http-api": "0.5.4",
"@testring/logger": "0.5.4",
"@testring/plugin-api": "0.5.4",
"@testring/test-run-controller": "0.5.4",
"@testring/test-worker": "0.5.4",
"@testring/transport": "0.5.4",
"@testring/types": "0.5.4",
"@testring/web-application": "0.5.4",
"@types/yargs": "12.0.0",
"yargs": "12.0.1"
}
Expand Down
6 changes: 3 additions & 3 deletions packages/client-ws-transport/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@testring/client-ws-transport",
"version": "0.5.3",
"version": "0.5.4",
"main": "./dist/index.js",
"types": "./src/index.ts",
"repository": {
Expand All @@ -10,7 +10,7 @@
"author": "RingCentral",
"license": "MIT",
"dependencies": {
"@testring/types": "0.5.3",
"@testring/utils": "0.5.3"
"@testring/types": "0.5.4",
"@testring/utils": "0.5.4"
}
}
8 changes: 4 additions & 4 deletions packages/dependencies-builder/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@testring/dependencies-builder",
"version": "0.5.3",
"version": "0.5.4",
"main": "./dist/index.js",
"types": "./src/index.ts",
"repository": {
Expand All @@ -10,9 +10,9 @@
"author": "RingCentral",
"license": "MIT",
"dependencies": {
"@testring/test-utils": "0.5.3",
"@testring/types": "0.5.3",
"@testring/utils": "0.5.3",
"@testring/test-utils": "0.5.4",
"@testring/types": "0.5.4",
"@testring/utils": "0.5.4",
"@types/babel-traverse": "6.25.4",
"@types/babylon": "6.16.3",
"babel-traverse": "6.26.0",
Expand Down
20 changes: 10 additions & 10 deletions packages/devtool-backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@testring/devtool-backend",
"version": "0.5.3",
"version": "0.5.4",
"main": "./dist/index.js",
"repository": {
"type": "git",
Expand All @@ -13,14 +13,14 @@
"start:watch": "nodemon --watch 'src/**/*' -e ts,tsx --exec 'ts-node' ./src/index.ts"
},
"dependencies": {
"@testring/child-process": "0.5.3",
"@testring/devtool-extension": "0.5.3",
"@testring/devtool-frontend": "0.5.3",
"@testring/logger": "0.5.3",
"@testring/pluggable-module": "0.5.3",
"@testring/transport": "0.5.3",
"@testring/types": "0.5.3",
"@testring/utils": "0.5.3",
"@testring/child-process": "0.5.4",
"@testring/devtool-extension": "0.5.4",
"@testring/devtool-frontend": "0.5.4",
"@testring/logger": "0.5.4",
"@testring/pluggable-module": "0.5.4",
"@testring/transport": "0.5.4",
"@testring/types": "0.5.4",
"@testring/utils": "0.5.4",
"@types/babel-traverse": "6.25.4",
"@types/express-serve-static-core": "4.16.2",
"@types/node": "10.5.6",
Expand All @@ -32,7 +32,7 @@
"ws": "6.0.0"
},
"devDependencies": {
"@testring/test-utils": "0.5.3",
"@testring/test-utils": "0.5.4",
"request": "2.87.0",
"request-promise": "4.2.2",
"ts-node": "7.0.1"
Expand Down
8 changes: 4 additions & 4 deletions packages/devtool-extension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@testring/devtool-extension",
"version": "0.5.3",
"version": "0.5.4",
"main": "./index.js",
"types": "./index.d.ts",
"repository": {
Expand All @@ -14,9 +14,9 @@
"build:watch": "webpack --config webpack.config.ts --watch --devtool inline-source-map"
},
"devDependencies": {
"@testring/client-ws-transport": "0.5.3",
"@testring/types": "0.5.3",
"@testring/utils": "0.5.3",
"@testring/client-ws-transport": "0.5.4",
"@testring/types": "0.5.4",
"@testring/utils": "0.5.4",
"@types/chrome": "0.0.69",
"@types/webpack": "4.4.22",
"chrome-launcher": "0.10.5",
Expand Down
6 changes: 3 additions & 3 deletions packages/devtool-frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@testring/devtool-frontend",
"version": "0.5.3",
"version": "0.5.4",
"main": "./index.js",
"repository": {
"type": "git",
Expand All @@ -13,8 +13,8 @@
"build:watch": "webpack --config webpack.config.ts --watch --devtool inline-source-map"
},
"devDependencies": {
"@testring/client-ws-transport": "0.5.3",
"@testring/types": "0.5.3",
"@testring/client-ws-transport": "0.5.4",
"@testring/types": "0.5.4",
"@types/react": "16.7.18",
"@types/react-dom": "16.0.11",
"@types/webpack": "4.4.22",
Expand Down
8 changes: 4 additions & 4 deletions packages/e2e-test-app/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@testring/e2e-test-app",
"private": true,
"version": "0.5.3",
"version": "0.5.4",
"main": "./dist/index.js",
"repository": {
"type": "git",
Expand All @@ -17,9 +17,9 @@
"e2e": "npm run test:simple-run && npm run test:selenium"
},
"dependencies": {
"@testring/plugin-babel": "0.5.3",
"@testring/plugin-selenium-driver": "0.5.3",
"@testring/plugin-babel": "0.5.4",
"@testring/plugin-selenium-driver": "0.5.4",
"babel-preset-es2015": "6.24.1",
"testring": "0.5.3"
"testring": "0.5.4"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ run(async (api) => {
await api.logBusiness('checking class');

const isClassExists = await api.application.isCSSClassExists(
api.application.root.signInBtn,
api.application.root.loginCredentialNext,
'btn'
);

Expand Down
7 changes: 3 additions & 4 deletions packages/e2e-test-app/test/selenium/test/keys.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,11 @@ import { run } from 'testring';
run(async (api) => {
await api.application.url('https://service.ringcentral.com/');

await api.application.click(
api.application.root.credential.input
await api.application.setValue(
api.application.root.credential.input,
'testRing'
);

await api.application.keys('testRing');

const credentialValue = await api.application.getValue(
api.application.root.credential.input
);
Expand Down
2 changes: 1 addition & 1 deletion packages/element-path/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@testring/element-path",
"version": "0.5.3",
"version": "0.5.4",
"main": "./dist/index.js",
"typings": "./src/index.ts",
"repository": {
Expand Down
8 changes: 4 additions & 4 deletions packages/fs-reader/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@testring/fs-reader",
"version": "0.5.3",
"version": "0.5.4",
"main": "./dist/index.js",
"types": "./src/index.ts",
"repository": {
Expand All @@ -10,9 +10,9 @@
"author": "RingCentral",
"license": "MIT",
"dependencies": {
"@testring/logger": "0.5.3",
"@testring/pluggable-module": "0.5.3",
"@testring/types": "0.5.3",
"@testring/logger": "0.5.4",
"@testring/pluggable-module": "0.5.4",
"@testring/types": "0.5.4",
"glob": "7.1.2"
}
}
14 changes: 7 additions & 7 deletions packages/http-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@testring/http-api",
"version": "0.5.3",
"version": "0.5.4",
"main": "./dist/index.js",
"types": "./src/index.ts",
"repository": {
Expand All @@ -10,12 +10,12 @@
"author": "RingCentral",
"license": "MIT",
"dependencies": {
"@testring/logger": "0.5.3",
"@testring/pluggable-module": "0.5.3",
"@testring/test-utils": "0.5.3",
"@testring/transport": "0.5.3",
"@testring/types": "0.5.3",
"@testring/utils": "0.5.3",
"@testring/logger": "0.5.4",
"@testring/pluggable-module": "0.5.4",
"@testring/test-utils": "0.5.4",
"@testring/transport": "0.5.4",
"@testring/types": "0.5.4",
"@testring/utils": "0.5.4",
"@types/node": "10.5.6",
"@types/request-promise-native": "1.0.15",
"@types/tough-cookie": "2.3.3",
Expand Down

0 comments on commit ccb4f29

Please sign in to comment.