mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Cite
synced 2024-11-23 22:45:20 +00:00
0f801ea550
Steps to implement: Copy over and adapt setup files, to install Cypress in the Cite code base. Port tests/selenium/specs/backlinks.js and supporting file cite.page.js to run under the Cypress environment, in a second patchset. Run the new suite in CI, replacing the previous selenium integration. Delete the selenium test suite. Bug: T353436 Change-Id: Ie76371e18d8612daa7c7be741432c6f3e0b783b5
30 lines
332 B
Plaintext
30 lines
332 B
Plaintext
/node_modules/
|
|
/vendor/
|
|
/composer.lock
|
|
/tests/selenium/log
|
|
|
|
# Editors
|
|
*.kate-swp
|
|
*~
|
|
\#*#
|
|
.#*
|
|
.*.swp
|
|
.project
|
|
.buildpath
|
|
.classpath
|
|
.settings
|
|
cscope.files
|
|
cscope.out
|
|
*.orig
|
|
## NetBeans
|
|
nbproject*
|
|
project.index
|
|
## Sublime
|
|
sublime-*
|
|
sftp-config.json
|
|
.eslintcache
|
|
|
|
/cypress/.cache
|
|
/cypress/videos
|
|
/cypress/screenshots
|
|
/cypress/downloads |