mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
* test(e2e): modal-navigation app webpack support * test(e2e): add modal-navigation app smoke test * chore(e2e): tslint disable next line * chore(e2e): modal-navigation app compilation * refactor(e2e): modal-nabivation app pages * test(e2e): add app root modal frame tests * test(e2e): add app root modal frame background tests * refactor(e2e): app root modal frame tests * test(e2e): add tab root modal frame tests * refactor(e2e): modal frame tests * test(e2e): add modal page tests * docs(e2e): add scenarios * refactor(e2e): modal-navigation app tests * test(e2e): turn on/off "Don't keep activities" * test(e2e): delete no background tests * test(e2e): add modal tab tests * refactor(e2e): quit driver after all tests * refactor(e2e): config files * fix(e2e): tab root tests * refactor(e2e): skip tab root tests until fix app * chore(e2e): config files
63 lines
787 B
Plaintext
63 lines
787 B
Plaintext
# generated files
|
|
*.map
|
|
*.tgz
|
|
.baseDir.ts
|
|
.sublime-grunt.cache
|
|
tscommand*.tmp.txt
|
|
.tscache
|
|
|
|
node_modules/
|
|
dist/
|
|
package/
|
|
|
|
*.js
|
|
!tests/hooks/**/*.*
|
|
!gruntfile.js
|
|
!js-libs/**/*.*
|
|
!css/**/*.*
|
|
!css-value/**/*.*
|
|
!fetch/**/*.*
|
|
!apps/TelerikNEXT/lib/**/*.*
|
|
!build/**/*.*
|
|
CrossPlatformModules.sln.ide/
|
|
*.suo
|
|
CrossPlatformModules.suo
|
|
CrossPlatformModules.v14.suo
|
|
CrossPlatformModules.csproj.user
|
|
bin/
|
|
obj/
|
|
.vs/
|
|
.idea/
|
|
|
|
.baseDir.ts
|
|
.ctags-exclude
|
|
tags
|
|
|
|
TestRunResult.txt
|
|
.testsapprun
|
|
|
|
tns-core-modules.base.d.ts
|
|
tns-core-modules.d.ts
|
|
tns-core-modules.es6.d.ts
|
|
|
|
tests/platforms/
|
|
tests/lib/
|
|
*.log
|
|
|
|
.DS_Store
|
|
|
|
apps/platforms/
|
|
apps/lib/
|
|
apps/hooks/
|
|
apps/node_modules/
|
|
|
|
e2e/**/platforms
|
|
!e2e/**/webpack.config.js
|
|
e2e/**/reports/
|
|
e2e/**/*.trace/
|
|
e2e/**/test-results.xml
|
|
|
|
package-lock.json
|
|
|
|
.nsbuildinfo
|