You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Angular version updated to 13.x.x, date-time-picker lib built with ivy compiler, min node version set to 14, protractor tests dropped, tslint dropped in favor of eslint
* redundant deps removed / versions adjusted for successful installations in node 16+
* protractor e2e tests ported to cypress
Thank you to @tszewcow for these changes.
Copy file name to clipboardexpand all lines: README.es_MX.md
-8
Original file line number
Diff line number
Diff line change
@@ -109,14 +109,6 @@ Utiliza las clases `row` y `col` de bootstrap flex para el acomodo del component
109
109
Si el contenedor padre no es lo suficientemente ancho (mayor a 340px) el diseño de la fila y columna que contiene el componente puede que no se muestre de manera atractiva.
110
110
Otros lenguajes/locales es probable que requieran un contenedor un poco mas ancho para poder mostrar apropiadamente el contenido.
111
111
112
-
## Prueba de Punto a Punto (e2e) con protractor
113
-
114
-
Las interacciones del usuario con el selector de fecha y hora dificultan la escritura de pruebas e2e que replican exactamente la interacción del usuario con el selector.
115
-
116
-
Afortunadamente, este repositorio contiene un archivo que puede usar pruebas e2e para hacer que el selector de fecha y hora seleccione cualquier fecha específica.
117
-
118
-
Ver [./e2e/src/dl-date-time-picker-protractor.ts](./e2e/src/dl-date-time-picker-protractor.ts) para más detalles.
119
-
120
112
## Configuración
121
113
Utiliza el [generador de configuración automatizado](https://stackblitz.com/github/dalelotts/angular-bootstrap-datetimepicker-demo) (¡por favor hazme saber si no funciona para tu caso!),
122
114
o ve a [https://dalelotts.github.io/angular-bootstrap-datetimepicker/](https://dalelotts.github.io/angular-bootstrap-datetimepicker/)
Copy file name to clipboardexpand all lines: README.md
-8
Original file line number
Diff line number
Diff line change
@@ -113,14 +113,6 @@ It uses bootstrap's flex `row` and `col` classes to layout the date/time picker
113
113
If the parent container is too narrow (less than 340px in english), the row and column layout may wrap in ways that are not attractive.
114
114
Other languages/locals may require a wider container to fit the contents.
115
115
116
-
## End-to-End (e2e) testing with protractor
117
-
118
-
The user interactions with a date-time picker make it difficult to write e2e tests that exactly replicate the users interaction with the picker.
119
-
120
-
Fortunately, this repository contains a file you can use in your e2e tests to cause the date/time picker to select any specified date.
121
-
122
-
See [./e2e/src/dl-date-time-picker-protractor.ts](./e2e/src/dl-date-time-picker-protractor.ts) for details.
123
-
124
116
## Configuration
125
117
126
118
Use the [automated configuration generator](https://stackblitz.com/github/dalelotts/angular-bootstrap-datetimepicker-demo) (please let me know if it does not work for your use case!),
0 commit comments