Commit bca804a
authored
refactor(test): Refactor integration test suite (#131)
* refactor(test): refactor to leverage a test matrix in CI environments
WIP: fiddling with Travis YML Jobs
WIP: refactor build matrix
WIP: remove integration tests (Will reimpl)
WIP: remove files that snuck in
WIP: remove unneeded arg
WIP: add node_modules bin to path
fix(*): remove project config (intended to be supplied)
WIP: reset TEST_ENV for int tests
WIP: update Travis yarn dep
WIP: use before_install script instead of install script
* WIP: slight glob refactor
WIP: reimplement browserify/webpack integration tests
WIP: fiddling with int test CI
WIP: build matrix for Integration tests (parallelize those jobs too)
WIP: trying to parallelize int tests
WIP: remove unneeded env assignment
WIP: blahhh...
WIP: should work...
WIP: removing env
WIP: removing test harness I haven't started yet
test(typescript): add typescript namespace tests
* refactor(tests): refactor test harness to be more isolate
* docs(integration-tests): add README.md to explain high level concepts
* test(integration): add service worker testing
* refactor(tests): better isolate the tests from the main package by leveraging their own binaries
* fix(storage): remove unnecessary console.log statements
* fix(travis.yml): remove unneeded test script argument
* test(quickstart): add quickstart integration tests
refactor(quickstart-tests): refactor to use FIREBASE_PROJECT as an env var rather than an arg
fix(tests): ensure that the wdio binary is pointing to the proper location
fix(deps): add dep to quickstart package.json
refactor(deps): move ts-node dep to devDeps
fix(quickstart-tests): run tests on saucelabs
WIP: refactor to remove reload (causing flakiness issues)
refactor(quickstart): refactor to only navigate to the base URL instead of reloading the page
fix(quickstarts): fix timing issue with reloads
WIP: try limiting the scope to the :first-child
WIP: refactor the tests to reference the intended post directly rather than indirectly.
WIP: refactor to not iterate1 parent 16ca08b commit bca804a
File tree
63 files changed
+1702
-1804
lines changed- gulp
- tasks
- integration
- browserify
- quickstart
- src
- serviceWorker
- typescript
- src
- webpack
- src/storage/implementation
- tests-integration
- bundlers/browser
- typescript
- tests
- config
- package
- binary
- browser
- node
- browser
- utils
- definitions
- storage/browser
- typescript
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
63 files changed
+1702
-1804
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | 1 | | |
4 | | - | |
5 | | - | |
6 | | - | |
| 2 | + | |
| 3 | + | |
7 | 4 | | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
8 | 36 | | |
9 | | - | |
10 | 37 | | |
11 | 38 | | |
12 | 39 | | |
13 | 40 | | |
14 | 41 | | |
15 | 42 | | |
16 | 43 | | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | 32 | | |
50 | 33 | | |
51 | 34 | | |
| |||
119 | 102 | | |
120 | 103 | | |
121 | 104 | | |
122 | | - | |
| 105 | + | |
123 | 106 | | |
124 | 107 | | |
125 | 108 | | |
| |||
This file was deleted.
0 commit comments