Skip to content

Commit

Permalink
Add cypress run action (#68)
Browse files Browse the repository at this point in the history
* adding github action to execute Karma and Cypress tests
  • Loading branch information
bicarbon8 committed May 24, 2022
1 parent 9ede672 commit d625ee1
Show file tree
Hide file tree
Showing 18 changed files with 3,255 additions and 2,319 deletions.
6 changes: 0 additions & 6 deletions .travis.yml

This file was deleted.

7 changes: 6 additions & 1 deletion cypress.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,10 @@
"screenshotsFolder": "cypress/screenshots",
"pluginsFile": "cypress/plugins/index.ts",
"fixturesFolder": "cypress/fixtures",
"baseUrl": "http:https://localhost:4300"
"baseUrl": "http:https://localhost:4300",
"retries": {
"runMode": 3,
"openMode": 0
},
"pageLoadTimeout": 120000
}
1 change: 1 addition & 0 deletions docs/16.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/181.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion docs/30.js

This file was deleted.

2 changes: 1 addition & 1 deletion docs/332.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/3rdpartylicenses.txt
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ zone.js
MIT
The MIT License

Copyright (c) 2010-2020 Google LLC. https://angular.io/license
Copyright (c) 2010-2022 Google LLC. https://angular.io/license

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion docs/465.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/738.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/776.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion docs/834.js

This file was deleted.

2 changes: 1 addition & 1 deletion docs/895.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/94.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/main.js

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

2 changes: 1 addition & 1 deletion docs/polyfills.js

Large diffs are not rendered by default.

Loading

0 comments on commit d625ee1

Please sign in to comment.