File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -66,8 +66,14 @@ function declareVariables() {
6666codeExport . opts . hooks . declareVariables = new exporter . hook ( declareVariables ( ) )
6767
6868function generateTestDeclaration ( name ) {
69- return `it('test ', async function() {`
69+ return `it('${ name } ', async function() {`
7070}
7171
7272codeExport . opts . generateTestDeclaration = generateTestDeclaration
73+
74+ function generateSuiteDeclaration ( name ) {
75+ return `describe('TestCase', function() {`
76+ }
77+
78+ codeExport . opts . generateSuiteDeclaration = generateSuiteDeclaration
7379export default codeExport
Original file line number Diff line number Diff line change 44 "type" : " git" ,
55 "url" : " git+https://github.com/mattonem/browserstack-side-runner.git"
66 },
7- "version" : " 2.1 .0" ,
7+ "version" : " 2.2 .0" ,
88 "main" : " index.mjs" ,
99 "homepage" : " https://github.com/mattonem/browserstack-side-runner#readme" ,
1010 "scripts" : {
You can’t perform that action at this time.
0 commit comments