-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
28 changed files
with
1,399 additions
and
837 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "DataCurator", | ||
"version": "0.18.3", | ||
"version": "0.18.4", | ||
"author": " <[email protected]>", | ||
"description": "Data Curator is a simple desktop CSV editor to help describe, validate and share usable open data", | ||
"license": "MIT", | ||
|
@@ -23,9 +23,9 @@ | |
"postinstall": "electron-builder install-app-deps", | ||
"test-main": "mocha-webpack --webpack-config .electron-vue/webpack.test.config.js --glob *_spec.js test/main/specs", | ||
"test": "(yarn run unit || yarn -v) && yarn run e2e", | ||
"unit": "karma start test/unit/karma.conf.js", | ||
"e2e": "yarn run pack && (yarn run cucumber:postpack:impl || yarn -v) && yarn run cucumber:report", | ||
"e2e:dev": "(yarn run cucumber:postpack:dev || yarn -v) && yarn run cucumber:report", | ||
"unit": "yarn run clean && karma start test/unit/karma.conf.js", | ||
"e2e": "yarn run clean && yarn run pack && yarn run cucumber:postpack", | ||
"e2e:dev": "yarn run cucumber:postpack:dev && yarn run cucumber:report", | ||
"cucumber:postpack": "cross-env BABEL_ENV=test nyc cucumber-js --require-module babel-core/register test/features -f json:test/cucumber_report.json", | ||
"cucumber:postpack:dev": "cross-env BABEL_ENV=test nyc cucumber-js --require-module babel-core/register --tags @dev test/features -f json:test/cucumber_report.json", | ||
"cucumber:postpack:impl": "cross-env BABEL_ENV=test nyc cucumber-js --require-module babel-core/register --tags @impl test/features -f json:test/cucumber_report.json", | ||
|
@@ -81,7 +81,7 @@ | |
"bootstrap": "3.3.7", | ||
"components-font-awesome": "^5.0.6", | ||
"csv": "^2.0.0", | ||
"datapackage": "^1.0.6", | ||
"datapackage": "^1.1.0", | ||
"electron-settings": "^3.2.0", | ||
"escape-regexp": "^0.0.1", | ||
"etl": "^0.5.12", | ||
|
@@ -133,6 +133,7 @@ | |
"chai-as-promised": "^7.1.1", | ||
"chalk": "^2.3.1", | ||
"copy-webpack-plugin": "^4.2.0", | ||
"coveralls": "^3.0.1", | ||
"cross-env": "^5.0.0", | ||
"css-loader": "^0.28.10", | ||
"cucumber": "^4.1.0", | ||
|
@@ -159,15 +160,18 @@ | |
"html-webpack-include-assets-plugin": "^0.0.5", | ||
"html-webpack-plugin": "^2.16.1", | ||
"json-loader": "^0.5.4", | ||
"karma": "^2.0.0", | ||
"jsonfile": "^4.0.0", | ||
"karma": "^2.0.3", | ||
"karma-coverage": "^1.1.1", | ||
"karma-coveralls": "^1.2.1", | ||
"karma-electron": "^5.3.0", | ||
"karma-mocha": "^1.2.0", | ||
"karma-sinon-chai": "^1.3.3", | ||
"karma-sourcemap-loader": "^0.3.7", | ||
"karma-spec-reporter": "^0.0.32", | ||
"karma-webpack": "^3.0.0", | ||
"mocha": "^5.0.5", | ||
"mocha-lcov-reporter": "^1.3.0", | ||
"mocha-webpack": "^1.0.1", | ||
"multispinner": "^0.2.1", | ||
"node-gyp": "^3.6.2", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,3 +29,7 @@ | |
.col-sm-9 { | ||
width: 100%; | ||
} | ||
|
||
#sidenav label { | ||
width: 100%; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,23 @@ | ||
Feature: Add Tab | ||
As a Data Curator User | ||
I want to add another data table | ||
I want to add another data table | ||
So that I can package related data tables together | ||
|
||
RULES | ||
===== | ||
- The "Add Tab" command can be invoked using a button | ||
|
||
USER INTERFACE | ||
============== | ||
|
||
![Add tab user interface](https://raw.githubusercontent.com/ODIQueensland/data-curator/develop/static/img/ui/add-tab.png) | ||
|
||
@impl | ||
Scenario: Add Tab | ||
Given Data Curator is open | ||
When "Add Tab" is invoked | ||
Then a empty table should open in a separate tab | ||
And the window has 1 tab | ||
When the "Add Tab" button is invoked | ||
Then the window should have 2 tabs | ||
And the new tab should have 1 table | ||
And the new table should have 1 row by 3 columns | ||
And the new table should be empty |
Oops, something went wrong.