This website requires JavaScript.
Explore
Help
Sign in
scratchfoundation
/
scratch-www
Watch
1
Star
0
Fork
You've already forked scratch-www
0
mirror of
https://github.com/scratchfoundation/scratch-www.git
synced
2024-11-23 07:38:07 -05:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
2
44bb646ab2
scratch-www
/
test
/
integration
/
package.json
7 lines
109 B
JSON
Raw
Normal View
History
Unescape
Escape
Issue/gh 1013 remove end to end testing package dependencies from repo (#1319) * remove selenium from package.json * Add package.json & README for the integration directory * add newline at end of file * add chromedriver dependency
2017-05-24 13:12:37 -04:00
{
"testDependencies"
:
{
Updated selenium & chromedriver versions, which fixed test failures in test_footer_links. Also fixed the clickFooterLinks function so it only checks links in the footer, to remove false positives (e.g. test finds 'Tips' in navbar and passes).
2017-10-23 20:15:37 -04:00
"selenium-webdriver"
:
"2.45.0"
,
"chromedriver"
:
"2.33.0"
Issue/gh 1013 remove end to end testing package dependencies from repo (#1319) * remove selenium from package.json * Add package.json & README for the integration directory * add newline at end of file * add chromedriver dependency
2017-05-24 13:12:37 -04:00
}
}
Reference in a new issue
Copy permalink