@nebula.js/cli-create
Advanced tools
Comparing version 2.2.0 to 2.3.0
@@ -6,2 +6,6 @@ # Change Log | ||
# [2.3.0](https://github.com/qlik-oss/nebula.js/compare/v2.2.0...v2.3.0) (2021-12-06) | ||
**Note:** Version bump only for package @nebula.js/cli-create | ||
# [2.2.0](https://github.com/qlik-oss/nebula.js/compare/v2.1.0...v2.2.0) (2021-11-17) | ||
@@ -8,0 +12,0 @@ |
{ | ||
"name": "@nebula.js/cli-create", | ||
"version": "2.2.0", | ||
"version": "2.3.0", | ||
"description": "", | ||
@@ -30,3 +30,3 @@ "license": "MIT", | ||
}, | ||
"gitHead": "774fb035b462f8011bfc3c517ee620920f3ee94c" | ||
"gitHead": "db408ff3d6013a4558dbb9be24ae1188c1e78d44" | ||
} |
import enigma from 'enigma.js'; | ||
import schema from 'enigma.js/schemas/12.170.2.json'; | ||
import schema from 'enigma.js/schemas/12.936.0.json'; | ||
@@ -4,0 +4,0 @@ async function getQCSHeaders({ webIntegrationId, url }) { |
describe('sn', () => { | ||
const content = '.njs-viz[data-render-count="1"]'; | ||
it('should say hello', async () => { | ||
const app = encodeURIComponent(process.env.APP_ID || '/apps/ctrl00.qvf'); | ||
await page.goto(`${process.env.BASE_URL}/render/?app=${app}`); | ||
const url = `${process.env.BASE_URL}/render?fixture=hello.fix.js`; | ||
await page.goto(url); | ||
await page.waitForSelector(content, { visible: true }); | ||
@@ -7,0 +7,0 @@ const text = await page.$eval(content, (el) => el.textContent); |
@@ -0,1 +1,2 @@ | ||
const path = require('path'); | ||
const serve = require('@nebula.js/cli-serve'); // eslint-disable-line | ||
@@ -20,2 +21,3 @@ | ||
open: false, | ||
fixturePath: path.resolve(__dirname, 'fixtures'), | ||
}); | ||
@@ -22,0 +24,0 @@ |
@@ -0,1 +1,2 @@ | ||
const path = require('path'); | ||
const serve = require('@nebula.js/cli-serve'); // eslint-disable-line | ||
@@ -20,2 +21,4 @@ | ||
build: false, | ||
open: false, | ||
fixturePath: path.resolve(__dirname, 'fixtures'), | ||
}); | ||
@@ -22,0 +25,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
48054
41
1288