@atlaskit/in-product-testing
Advanced tools
Comparing version 0.1.2 to 0.1.3
# @af/in-product-testing | ||
## 0.1.3 | ||
### Patch Changes | ||
- [`46059beebbf`](https://bitbucket.org/atlassian/atlassian-frontend/commits/46059beebbf) - - include **tests_external** in build | ||
- replace usage of @local-cypress package with @cypress | ||
- bump @cypress from ^6.4.0 to ^7.7.0 | ||
- import cypress types into @atlaskit/in-product-testing tsconfig | ||
## 0.1.2 | ||
@@ -4,0 +13,0 @@ |
@@ -14,5 +14,2 @@ "use strict"; | ||
var _localCypress = require("local-cypress"); | ||
// eslint-disable-next-line import/no-extraneous-dependencies | ||
var InProductTestCollection = /*#__PURE__*/function () { | ||
@@ -30,3 +27,3 @@ function InProductTestCollection(opts) { | ||
(0, _localCypress.context)(this.title, function () { | ||
context(this.title, function () { | ||
_this.testCases.forEach(function (testCase) { | ||
@@ -33,0 +30,0 @@ testCase.test(cy); |
{ | ||
"name": "@atlaskit/in-product-testing", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"sideEffects": false | ||
} |
@@ -1,3 +0,1 @@ | ||
// eslint-disable-next-line import/no-extraneous-dependencies | ||
import { context } from 'local-cypress'; | ||
export class InProductTestCollection { | ||
@@ -4,0 +2,0 @@ constructor(opts) { |
{ | ||
"name": "@atlaskit/in-product-testing", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"sideEffects": false | ||
} |
import _classCallCheck from "@babel/runtime/helpers/classCallCheck"; | ||
import _createClass from "@babel/runtime/helpers/createClass"; | ||
// eslint-disable-next-line import/no-extraneous-dependencies | ||
import { context } from 'local-cypress'; | ||
export var InProductTestCollection = /*#__PURE__*/function () { | ||
@@ -6,0 +4,0 @@ function InProductTestCollection(opts) { |
{ | ||
"name": "@atlaskit/in-product-testing", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"sideEffects": false | ||
} |
@@ -1,5 +0,5 @@ | ||
import { cy as cyType } from 'local-cypress'; | ||
/// <reference types="cypress" /> | ||
export interface InProductCommonTestCaseOpts { | ||
runOnly?: string[]; | ||
} | ||
export declare type CypressType = typeof cyType; | ||
export declare type CypressType = typeof cy; |
{ | ||
"name": "@atlaskit/in-product-testing", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"author": "Atlassian Pty Ltd", | ||
@@ -36,2 +36,3 @@ "license": "Apache-2.0", | ||
"@atlassian/atlassian-frontend-prettier-config-1.0.0": "npm:@atlassian/atlassian-frontend-prettier-config@1.0.0", | ||
"cypress": "^7.7.0", | ||
"typescript": "4.3.5", | ||
@@ -38,0 +39,0 @@ "wait-for-expect": "^1.2.0" |
@@ -10,4 +10,2 @@ ## API Report File for "@atlaskit/in-product-testing". | ||
import { cy } from 'local-cypress'; | ||
export declare type CypressType = typeof cy; | ||
@@ -14,0 +12,0 @@ |
17621
8
342