Skip to content
This repository was archived by the owner on Feb 5, 2022. It is now read-only.
Open
Show file tree
Hide file tree
Changes from 5 commits
Commits
Show all changes
58 commits
Select commit Hold shift + click to select a range
b7939f2
Travis run cypress
Feb 12, 2020
a848e47
added npm run dev to travis
Feb 12, 2020
24e543f
travis run dev edit
Feb 12, 2020
d72326d
travis run serve
Feb 12, 2020
3d8e4df
travis run serve &
Feb 12, 2020
21dc448
fixed footer test
Feb 12, 2020
9e2ef61
screenshots
Feb 13, 2020
78b9c85
test run chrome
Feb 13, 2020
01ae666
testing meet our team on travis
Feb 13, 2020
d39700d
testing meet our team on travis added wait on
Feb 13, 2020
cb95d12
screenshots
Feb 13, 2020
f531ecf
ignore cypress images
Feb 13, 2020
6c34cdc
cypress screenshot delete
Feb 13, 2020
a31707c
Merge branch 'develop' into feature/cypress-readme
Feb 13, 2020
a2f53ac
optimized tests
Feb 13, 2020
36f397c
added force to trigger
Feb 13, 2020
4cb8fff
Changed join us test
Feb 13, 2020
dcf7afe
Serve command edited
Feb 13, 2020
c9e1d11
& for other command
Feb 13, 2020
4983fb0
edited oportunnities test
Feb 13, 2020
0022e8e
Fixed http visits for opportunities
Feb 14, 2020
2478bcc
opportunities fix checkpoint
Feb 14, 2020
97d69c0
conflicts fix
Feb 14, 2020
8f047c7
Changed input range because is not on electron
Feb 14, 2020
ed9b82a
Testing on chorme
Feb 14, 2020
7974730
Navbar test
Feb 14, 2020
0d20339
Chrome test
Feb 14, 2020
46f4469
Navbar try fix
Feb 14, 2020
313fc93
navbar url fix
Feb 17, 2020
6637f5d
no chrome
Feb 17, 2020
9d2a0fa
remove env url
Feb 17, 2020
bc52eab
travis yaml cache
Feb 17, 2020
a6215af
remove script install travis
Feb 17, 2020
62ae00a
npm run test
Feb 17, 2020
7b8499e
navbar opt
Feb 18, 2020
f02116b
old command
Feb 18, 2020
4ca6924
fix navbar
Feb 18, 2020
ecad13e
fix navbar
Feb 18, 2020
4f09428
navbar fix 3
Feb 18, 2020
7815948
navbar fix 4
Feb 18, 2020
1ab9a08
navbar fix 5
Feb 18, 2020
f734450
fix navbar test now record it
Feb 18, 2020
4ab4b96
fixrecord
Feb 18, 2020
3906653
fix footer test
Feb 18, 2020
df5b011
fix home tests
Feb 18, 2020
8aa3ab3
fix contact Test
Feb 18, 2020
61c9931
added wait on email
Feb 18, 2020
2adee08
added wait on email 2
Feb 18, 2020
ae5052e
added wait for form loading
Feb 18, 2020
401b394
blog test fix
Feb 18, 2020
f4d377a
opportunities test
Feb 18, 2020
a95945e
opportunities test fix
Feb 18, 2020
08b8c54
removed not working tag
Feb 18, 2020
9e7c0bd
removed not working tag 2
Feb 18, 2020
aad2360
fix opportunities
Feb 19, 2020
845dc36
fix opportunities more time
Feb 19, 2020
f904aa4
github test
Feb 19, 2020
1df5e38
rewrited test that were failing
Feb 19, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,13 @@ branches:

before_script:
- npm install -g firebase-tools
- npm install cypress

script:
- npm run build
- npm run build:functions
- npm run serve &
- npm run cypress-run

after_success:
- npm run firebase:deploy
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@
"cypress:open": "cypress open",
"firebase:deploy:qa": "firebase use qa && firebase deploy --token \"$FIREBASE_TOKEN\"",
"firebase:deploy:staging": "firebase use staging && firebase deploy --token \"$FIREBASE_TOKEN\"",
"firebase:deploy:prod": "firebase use production && firebase deploy --token \"$FIREBASE_TOKEN\""
"firebase:deploy:prod": "firebase use production && firebase deploy --token \"$FIREBASE_TOKEN\"",
"cypress-run": "cypress run --record"
},
"dependencies": {
"@stencil/sass": "^1.1.0",
Expand Down Expand Up @@ -121,4 +122,4 @@
"engines": {
"node": "10"
}
}
}