Skip to content

Commit f4ca116

Browse files
committed
Update the Protractor migration ReadMe
1 parent 8c17625 commit f4ca116

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

examples/migration/protractor/ReadMe.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
🔵 The Protractor/Angular tests from [github.com/angular/protractor/tree/master/example](https://github.com/angular/protractor/tree/master/example) have been migrated to SeleniumBase and placed in this directory.
44

5+
🔵 Protractor tests that end in ``.spec.js`` will now end in ``_test.py`` for the conversion to SeleniumBase/Python format with pytest auto-discovery.
6+
57
✅ Here's a test run with ``pytest`` using ``--reuse-session`` mode and Chromium ``--guest`` mode:
68

79
```bash

0 commit comments

Comments
 (0)