Skip to content

Commit

Permalink
feat(todo-app-ui): added example Serenity/JS tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-molak committed Dec 16, 2020
1 parent d8c06d7 commit 649d9bf
Show file tree
Hide file tree
Showing 27 changed files with 457 additions and 143 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/pipeline.yaml
Expand Up @@ -64,6 +64,13 @@ jobs:
projects/*/index.js
projects/*/package.json
- uses: actions/upload-artifact@v2
if: matrix.node-version == '14.x'
with:
name: Serenity Reports
path: |
target/site/serenity
- name: Publish artifacts
if: matrix.node-version == '14.x' && github.ref == 'refs/heads/master'
run: npm run lerna:publish
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -3,6 +3,7 @@
# compiled output
/dist
**/dist
/target
/tmp
/out-tsc
# Only exists if Bazel was run
Expand Down
4 changes: 3 additions & 1 deletion angular.json
Expand Up @@ -26,7 +26,9 @@
"projects/todo-app-ui/src/CNAME"
],
"styles": [
"projects/todo-app-ui/src/styles.css"
"projects/todo-app-ui/src/styles.css",
"node_modules/todomvc-common/base.css",
"node_modules/todomvc-app-css/index.css"
],
"scripts": [
"projects/todo-app-ui/src/scripts/cookieinfo.min.js"
Expand Down
258 changes: 167 additions & 91 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 649d9bf

Please sign in to comment.