Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Kelly Selden committed Jan 5, 2021
1 parent 917ba26 commit d831ffb
Show file tree
Hide file tree
Showing 30 changed files with 236 additions and 57 deletions.
9 changes: 9 additions & 0 deletions examples/custom-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [1.0.0](https://github.com/kellyselden/faltest/compare/[email protected]@1.0.0) (2021-01-05)


### ⚠ BREAKING CHANGES

* bump all packages to node 10

* bump all packages to node 10 ([17cd7c0](https://github.com/kellyselden/faltest/commit/17cd7c0173a4c57e15b1b187b73411c4e466b9b0))

### [0.0.13](https://github.com/kellyselden/faltest/compare/[email protected]@0.0.13) (2020-08-19)

### [0.0.12](https://github.com/CrowdStrike/faltest/compare/[email protected]@0.0.12) (2020-06-05)
Expand Down
6 changes: 3 additions & 3 deletions examples/custom-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "custom-cli",
"version": "0.0.13",
"version": "1.0.0",
"bin": {
"my-cli": "bin/index.js"
},
Expand All @@ -12,7 +12,7 @@
"node": ">=10.12"
},
"devDependencies": {
"@faltest/cli": "^2.0.6",
"@faltest/lifecycle": "^4.0.0"
"@faltest/cli": "^3.0.0",
"@faltest/lifecycle": "^5.0.0"
}
}
9 changes: 9 additions & 0 deletions examples/full-suite/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [1.0.0](https://github.com/kellyselden/faltest/compare/[email protected]@1.0.0) (2021-01-05)


### ⚠ BREAKING CHANGES

* bump all packages to node 10

* bump all packages to node 10 ([17cd7c0](https://github.com/kellyselden/faltest/commit/17cd7c0173a4c57e15b1b187b73411c4e466b9b0))

### [0.1.3](https://github.com/kellyselden/faltest/compare/[email protected]@0.1.3) (2020-08-26)

### [0.1.2](https://github.com/kellyselden/faltest/compare/[email protected]@0.1.2) (2020-08-19)
Expand Down
12 changes: 6 additions & 6 deletions examples/full-suite/package.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{
"private": true,
"name": "full-suite",
"version": "0.1.3",
"version": "1.0.0",
"scripts": {
"start": "faltest --failure-artifacts --failure-artifacts-output-dir dist"
},
"engines": {
"node": ">=10.12"
},
"devDependencies": {
"@faltest/chai": "^2.0.0",
"@faltest/cli": "^2.0.6",
"@faltest/lifecycle": "^4.0.0",
"@faltest/mocha": "^4.0.0",
"@faltest/page-objects": "^3.0.5",
"@faltest/chai": "^3.0.0",
"@faltest/cli": "^3.0.0",
"@faltest/lifecycle": "^5.0.0",
"@faltest/mocha": "^5.0.0",
"@faltest/page-objects": "^4.0.0",
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"config": "^3.2.2"
Expand Down
9 changes: 9 additions & 0 deletions examples/lifecycle-only/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [1.0.0](https://github.com/kellyselden/faltest/compare/[email protected]@1.0.0) (2021-01-05)


### ⚠ BREAKING CHANGES

* bump all packages to node 10

* bump all packages to node 10 ([17cd7c0](https://github.com/kellyselden/faltest/commit/17cd7c0173a4c57e15b1b187b73411c4e466b9b0))

### [0.0.14](https://github.com/kellyselden/faltest/compare/[email protected]@0.0.14) (2020-08-28)

### [0.0.13](https://github.com/kellyselden/faltest/compare/[email protected]@0.0.13) (2020-08-19)
Expand Down
4 changes: 2 additions & 2 deletions examples/lifecycle-only/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"private": true,
"name": "lifecycle-only",
"version": "0.0.14",
"version": "1.0.0",
"scripts": {
"start": "mocha tests/**/*-test.js --exit"
},
"engines": {
"node": ">=10.12"
},
"devDependencies": {
"@faltest/lifecycle": "^4.0.0",
"@faltest/lifecycle": "^5.0.0",
"mocha": "^7.0.1"
}
}
9 changes: 9 additions & 0 deletions examples/multiple-browsers/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [1.0.0](https://github.com/kellyselden/faltest/compare/[email protected]@1.0.0) (2021-01-05)


### ⚠ BREAKING CHANGES

* bump all packages to node 10

* bump all packages to node 10 ([17cd7c0](https://github.com/kellyselden/faltest/commit/17cd7c0173a4c57e15b1b187b73411c4e466b9b0))

### [0.0.10](https://github.com/kellyselden/faltest/compare/[email protected]@0.0.10) (2020-08-19)

### [0.0.9](https://github.com/CrowdStrike/faltest/compare/[email protected]@0.0.9) (2020-06-05)
Expand Down
6 changes: 3 additions & 3 deletions examples/multiple-browsers/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"private": true,
"name": "multiple-browsers",
"version": "0.0.10",
"version": "1.0.0",
"scripts": {
"start": "faltest tests/**/*-test.js --browsers 2"
},
"engines": {
"node": ">=10.12"
},
"devDependencies": {
"@faltest/cli": "^2.0.6",
"@faltest/lifecycle": "^4.0.0"
"@faltest/cli": "^3.0.0",
"@faltest/lifecycle": "^5.0.0"
}
}
9 changes: 9 additions & 0 deletions examples/runner-only/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [1.0.0](https://github.com/kellyselden/faltest/compare/[email protected]@1.0.0) (2021-01-05)


### ⚠ BREAKING CHANGES

* bump all packages to node 10

* bump all packages to node 10 ([17cd7c0](https://github.com/kellyselden/faltest/commit/17cd7c0173a4c57e15b1b187b73411c4e466b9b0))

### [0.0.18](https://github.com/kellyselden/faltest/compare/[email protected]@0.0.18) (2020-08-19)

### [0.0.17](https://github.com/CrowdStrike/faltest/compare/[email protected]@0.0.17) (2020-06-05)
Expand Down
6 changes: 3 additions & 3 deletions examples/runner-only/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"private": true,
"name": "runner-only",
"version": "0.0.18",
"version": "1.0.0",
"scripts": {
"start": "faltest tests/**/*-test.js"
},
"engines": {
"node": ">=10.12"
},
"devDependencies": {
"@faltest/cli": "^2.0.6",
"@faltest/lifecycle": "^4.0.0"
"@faltest/cli": "^3.0.0",
"@faltest/lifecycle": "^5.0.0"
}
}
38 changes: 19 additions & 19 deletions fixtures/global-install/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,44 +2,44 @@
# yarn lockfile v1


"@faltest/browser@^2.0.5", "@faltest/browser@file:../../packages/browser":
version "2.1.1"
"@faltest/browser@^3.0.0", "@faltest/browser@file:../../packages/browser":
version "3.0.0"
dependencies:
"@faltest/utils" "^2.0.4"
"@faltest/utils" "^3.0.0"
verror-extra "^2.0.0"

"@faltest/cli@file:../../packages/cli":
version "2.5.0"
version "3.0.0"
dependencies:
"@faltest/mocha" "^4.0.0"
"@faltest/remote" "^4.0.0"
"@faltest/utils" "^2.0.4"
"@faltest/mocha" "^5.0.0"
"@faltest/remote" "^5.0.0"
"@faltest/utils" "^3.0.0"
mocha "^8.0.0"
threads "^1.6.1"
yargs "^16.0.0"
yn "^4.0.0"

"@faltest/lifecycle@file:../../packages/lifecycle":
version "4.1.0"
version "5.0.0"
dependencies:
"@faltest/remote" "^4.0.0"
"@faltest/utils" "^2.0.4"
"@faltest/remote" "^5.0.0"
"@faltest/utils" "^3.0.0"
optionalDependencies:
"@faltest/browser" "^2.0.5"
"@faltest/browser" "^3.0.0"

"@faltest/mocha@^4.0.0", "@faltest/mocha@file:../../packages/mocha":
version "4.1.0"
"@faltest/mocha@^5.0.0", "@faltest/mocha@file:../../packages/mocha":
version "5.0.0"
dependencies:
"@faltest/utils" "^2.0.4"
"@faltest/utils" "^3.0.0"
choma "^1.2.1"
filenamify "^4.1.0"
glob "^7.1.4"
mocha-helpers "^5.0.0"

"@faltest/remote@^4.0.0", "@faltest/remote@file:../../packages/remote":
version "4.0.0"
"@faltest/remote@^5.0.0", "@faltest/remote@file:../../packages/remote":
version "5.0.0"
dependencies:
"@faltest/utils" "^2.0.4"
"@faltest/utils" "^3.0.0"
chromedriver "87.0.4"
execa "^5.0.0"
fkill "^7.0.0"
Expand All @@ -49,8 +49,8 @@
webdriverio "5.18.5"
yn "^4.0.0"

"@faltest/utils@^2.0.4", "@faltest/utils@file:../../packages/utils":
version "2.1.1"
"@faltest/utils@^3.0.0", "@faltest/utils@file:../../packages/utils":
version "3.0.0"
dependencies:
callsites "^3.1.0"
debug "^4.1.1"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"eslint": "^7.0.0",
"eslint-config-crowdstrike": "^3.0.1",
"eslint-config-crowdstrike-node": "^3.0.0",
"eslint-plugin-faltest": "^1.0.7",
"eslint-plugin-faltest": "^2.0.0",
"eslint-plugin-json-files": "0.8.1",
"eslint-plugin-mocha": "^8.0.0",
"eslint-plugin-node": "^11.0.0",
Expand Down
19 changes: 19 additions & 0 deletions packages/browser/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,25 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [3.0.0](https://github.com/CrowdStrike/faltest/compare/@faltest/[email protected]...@faltest/[email protected]) (2021-01-05)


### ⚠ BREAKING CHANGES

* bump all packages to node 10

### Features

* allow overriding `timeout` in `waitForInsert` and `waitForDestroy` ([d194e0d](https://github.com/CrowdStrike/faltest/commit/d194e0d718e84f33ebf31bd0eac12f6ff2689542))


### Bug Fixes

* **deps:** update dependency verror-extra to v2 ([6188e1d](https://github.com/CrowdStrike/faltest/commit/6188e1dffa6197566002561281346527d2ebbba9))


* bump all packages to node 10 ([17cd7c0](https://github.com/CrowdStrike/faltest/commit/17cd7c0173a4c57e15b1b187b73411c4e466b9b0))

### [2.1.1](https://github.com/CrowdStrike/faltest/compare/@faltest/[email protected]...@faltest/[email protected]) (2020-08-28)


Expand Down
4 changes: 2 additions & 2 deletions packages/browser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@faltest/browser",
"version": "2.1.1",
"version": "3.0.0",
"description": "A new browser object for WebdriverIO",
"main": "index.js",
"files": [
Expand All @@ -27,7 +27,7 @@
"node": ">=10.12"
},
"dependencies": {
"@faltest/utils": "^2.0.4",
"@faltest/utils": "^3.0.0",
"verror-extra": "^2.0.0"
},
"devDependencies": {
Expand Down
9 changes: 9 additions & 0 deletions packages/chai/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [3.0.0](https://github.com/CrowdStrike/faltest/compare/@faltest/[email protected]...@faltest/[email protected]) (2021-01-05)


### ⚠ BREAKING CHANGES

* bump all packages to node 10

* bump all packages to node 10 ([17cd7c0](https://github.com/CrowdStrike/faltest/commit/17cd7c0173a4c57e15b1b187b73411c4e466b9b0))

## [2.0.0](https://github.com/CrowdStrike/faltest/compare/@faltest/[email protected]...@faltest/[email protected]) (2020-04-28)


Expand Down
2 changes: 1 addition & 1 deletion packages/chai/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@faltest/chai",
"version": "2.0.0",
"version": "3.0.0",
"description": "A Chai plugin for @faltest/page-objects",
"main": "index.js",
"files": [
Expand Down
17 changes: 17 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [3.0.0](https://github.com/CrowdStrike/faltest/compare/@faltest/[email protected]...@faltest/[email protected]) (2021-01-05)


### ⚠ BREAKING CHANGES

* bump all packages to node 10

### Bug Fixes

* **deps:** update dependency execa to v4 ([bb0ddc4](https://github.com/CrowdStrike/faltest/commit/bb0ddc4d124a8fbbf58a2bc9e9ae2d0d0d30e146))
* **deps:** update dependency execa to v5 ([e8bbbdf](https://github.com/CrowdStrike/faltest/commit/e8bbbdf7b841b632859d992a8bb703b671d384d1))
* **deps:** update dependency yargs to v16 ([1a42987](https://github.com/CrowdStrike/faltest/commit/1a429876e0a86da5cc6b7c3da2c458b8a0067a53))
* **deps:** update dependency yn to v4 ([bb79945](https://github.com/CrowdStrike/faltest/commit/bb79945aa2592036d6cb563bf3f3ca55d978ac92))


* bump all packages to node 10 ([17cd7c0](https://github.com/CrowdStrike/faltest/commit/17cd7c0173a4c57e15b1b187b73411c4e466b9b0))

## [2.5.0](https://github.com/CrowdStrike/faltest/compare/@faltest/[email protected]...@faltest/[email protected]) (2020-08-29)


Expand Down
8 changes: 4 additions & 4 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@faltest/cli",
"version": "2.5.0",
"version": "3.0.0",
"description": "The CLI for the FalTest system",
"bin": {
"faltest": "bin/index.js",
Expand Down Expand Up @@ -32,9 +32,9 @@
"node": ">=10.12"
},
"dependencies": {
"@faltest/mocha": "^4.0.0",
"@faltest/remote": "^4.0.0",
"@faltest/utils": "^2.0.4",
"@faltest/mocha": "^5.0.0",
"@faltest/remote": "^5.0.0",
"@faltest/utils": "^3.0.0",
"mocha": "^8.0.0",
"threads": "^1.6.1",
"yargs": "^16.0.0",
Expand Down
9 changes: 9 additions & 0 deletions packages/lifecycle/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [5.0.0](https://github.com/CrowdStrike/faltest/compare/@faltest/[email protected]...@faltest/[email protected]) (2021-01-05)


### ⚠ BREAKING CHANGES

* bump all packages to node 10

* bump all packages to node 10 ([17cd7c0](https://github.com/CrowdStrike/faltest/commit/17cd7c0173a4c57e15b1b187b73411c4e466b9b0))

## [4.1.0](https://github.com/CrowdStrike/faltest/compare/@faltest/[email protected]...@faltest/[email protected]) (2020-08-28)


Expand Down
Loading

0 comments on commit d831ffb

Please sign in to comment.