Граф коммитов

50 Коммитов

Автор SHA1 Сообщение Дата
Dave Tryon d6db538fd6
fix: Update os-specific instructions (#6840)
#### Details

As called out in #5251, we were providing instructions that were
targeting only Windows 10, not Windows 11 or macOS. We were also
referring to "Microsoft Edge" as either "new Microsoft Edge" or
"Microsoft Edge Insider", since that was the appropriate name when the
code was written. Times have changed, so we've updated the following:
- In Assessment 17.1 (title: "High contrast mode"), we have replaced the
Windows 10 instructions with a link that opens a new page containing
instructions for selecting a high contrast theme, with instructions for
Windows 10 or Windows 11. We have also added a note that macOS high
contrast settings are not picked up in the browser (at least it didn't
when I tested it).
- In Assessment 17.2 (title: Resize text), we have replaced the Windows
10 instructions with a link that opens a new page instructions for
setting the logical screen size on both Windows or macOS. The macOS
instructions are less precise because of how macOS settings work,
especially if using an external monitor. For example, on my external 4K
display, the smallest available width is 1920.
- Consistently use "Microsoft Edge" as the displayed browser name

##### Screenshots

High contrast:
Description | Screenshot
--- | ---
Old |
![image](https://github.com/microsoft/accessibility-insights-web/assets/45672944/afc3cb16-8f22-4883-8d97-d88507c53171)
New |
![image](https://github.com/microsoft/accessibility-insights-web/assets/45672944/03ad5151-8332-4f0b-b210-161b0d8ff3b5)
Instructions |
![image](https://github.com/microsoft/accessibility-insights-web/assets/45672944/7cd64995-96df-4d47-ad9a-6a49d0fb1c84)

Text Resize:
Description | Screenshot
--- | ---
Old |
![image](https://github.com/microsoft/accessibility-insights-web/assets/45672944/a06b7a48-bd35-4d4d-ad06-148b87bd12fa)
New |
![image](https://github.com/microsoft/accessibility-insights-web/assets/45672944/a294c6c1-ad2b-42f5-88b7-429a81a41d67)
Instructions |
![image](https://github.com/microsoft/accessibility-insights-web/assets/45672944/5c0ccc22-b9a7-4702-9955-7115674c1b14)

##### Motivation

Address #5251

##### Context

<!-- Are there any parts that you've intentionally left out-of-scope for
a later PR to handle? -->

<!-- Were there any alternative approaches you considered? What
tradeoffs did you consider? -->
Something to note: The Windows-recommended way to increase text size (in
both Win 10 and Win11) is via the Resize Text option in accessibility.
However, that option does not constrain the viewport, so running the
test that way on a full desktop display doesn't really cover the
scenario that is supposed to be tested here. For that reason, we persist
with the way you'd do this on Win7 and earlier.

#### Pull request checklist
<!-- If a checklist item is not applicable to this change, write "n/a"
in the checkbox -->
- [x] Addresses an existing issue: #5651
- [x] Ran `yarn fastpass`
- [ ] Added/updated relevant unit test(s) (and ran `yarn test`)
- [ ] Verified code coverage for the changes made. Check coverage report
at: `<rootDir>/test-results/unit/coverage`
- [x] PR title *AND* final merge commit title both start with a semantic
tag (`fix:`, `chore:`, `feat(feature-name):`, `refactor:`). See
`CONTRIBUTING.md`.
- [x] (UI changes only) Added screenshots/GIFs to description above
- [x] (UI changes only) Verified usability with NVDA/JAWS
2023-07-31 09:36:39 -07:00
Dave Tryon 8665e7a870
feat(remove-android): Update docs (#6755)
#### Details

Remove Android references from docs

##### Motivation

Android deprecation feature

##### Context

<!-- Are there any parts that you've intentionally left out-of-scope for
a later PR to handle? -->

<!-- Were there any alternative approaches you considered? What
tradeoffs did you consider? -->

#### Pull request checklist
<!-- If a checklist item is not applicable to this change, write "n/a"
in the checkbox -->
- [n/a] Addresses an existing issue (part of Android deprecation
feature)
- [x] Ran `yarn fastpass`
- [n/a] Added/updated relevant unit test(s) (and ran `yarn test`)
- [n/a] Verified code coverage for the changes made. Check coverage
report at: `<rootDir>/test-results/unit/coverage`
- [x] PR title *AND* final merge commit title both start with a semantic
tag (`fix:`, `chore:`, `feat(feature-name):`, `refactor:`). See
`CONTRIBUTING.md`.
- [x] (UI changes only) Added screenshots/GIFs to description above
- [x] (UI changes only) Verified usability with NVDA/JAWS
2023-06-23 15:38:29 -07:00
Bill Dengler b3f119e81a
feat(android-deprecation): Add deprecation notice to readme (#6618)
This commit updates the project readme to include a deprecation notice for
the Android project, consistent with our intent to shut it down.

Part of Feature 2044298 (internal access required to view).
2023-05-05 17:27:22 -07:00
Dave Tryon 8a0958df51
chore: Add docs about virus scanner exclusions (#5696) 2022-06-30 15:19:42 -07:00
Dan Bjorge d1733bc93d
chore: remove obsolete Dependabot badge from README (#5414)
#### Details

Dependabot's README badges broke when the old non-GitHub Dependabot migrated to GitHub. This PR removes the broken badge.

##### Motivation

Fixes broken link/image at top of README

##### Context

There isn't currently a replacement for the badge feature in the native GitHub Dependabot. https://github.com/dependabot/dependabot-core/issues/1912 tracks the request to add it, but hasn't seen activity in some time.

#### Pull request checklist
<!-- If a checklist item is not applicable to this change, write "n/a" in the checkbox -->
- [n/a] Addresses an existing issue: #0000
- [x] Ran `yarn fastpass`
- [n/a] Added/updated relevant unit test(s) (and ran `yarn test`)
- [n/a] Verified code coverage for the changes made. Check coverage report at: `<rootDir>/test-results/unit/coverage`
- [x] PR title *AND* final merge commit title both start with a semantic tag (`fix:`, `chore:`, `feat(feature-name):`, `refactor:`). See `CONTRIBUTING.md`.
- [n/a] (UI changes only) Added screenshots/GIFs to description above
- [n/a] (UI changes only) Verified usability with NVDA/JAWS
2022-04-25 17:00:26 -04:00
Rob Gallo a92baefdc4
Chore: Changes resulting from renaming master to main (#4057) 2021-03-23 15:06:39 -04:00
John Alkire be8e772ab6
chore(web-android-compliance): Add trademarks notice to README (#3823)
Per the latest open source release guidance, readme files should include a Trademarks section.
2021-01-14 14:50:05 -08:00
Karan 392c625c7a
docs: remove old APK info from readme (#3018) 2020-07-02 15:18:04 -07:00
Dan Bjorge 1b5c96acb0
chore: migrate public builds to accessibility-insights devops org (#2544)
#### Description of changes

This PR sets up the repo for migrating our public PR/CI builds from https://dev.azure.com/ms to https://dev.azure.com/accessibility-insights

Right now, the builds have been set up to run in both; we'll be turning off the /ms/ ones once we've merged this PR and updated the repo branch policies.

* Updates CI build badge on README
* Updates reliability builds to run on a nightly schedule instead of continuously with merges to master (at least until our support request to add additional parallel job capacity for our public projects in accessibility-insights goes through, but maybe we'll keep it like this)

#### Pull request checklist
<!-- If a checklist item is not applicable to this change, write "n/a" in the checkbox -->
- [n/a] Addresses an existing issue: #0000
- [x] Ran `yarn fastpass`
- [n/a] Added/updated relevant unit test(s) (and ran `yarn test`)
- [x] Verified code coverage for the changes made. Check coverage report at: `<rootDir>/test-results/unit/coverage`
- [x] PR title *AND* final merge commit title both start with a semantic tag (`fix:`, `chore:`, `feat(feature-name):`, `refactor:`). See `CONTRIBUTING.md`.
- [n/a] (UI changes only) Added screenshots/GIFs to description above
- [n/a] (UI changes only) Verified usability with NVDA/JAWS
2020-04-23 16:59:26 -07:00
Dan Bjorge fb4a6652f4
chore: rework contributing info with clearer unified vs web guidance (#2388)
* Rework contributing info with clearer unified vs web guidance

* Cleanup

* Improve list formatting

* Remove stray period

* Clean up link format to match updated page title

* Fix broken dev logo in moved content

* Clean up double-mention of watch:test

* yarn format:fix

* Move connect to service info to a more clear place

* Fix grammar per PR feedback
2020-03-24 16:51:42 -07:00
Karan 3105c5f076
chore: update readme to include Accessibility Insights for Android canary/insider links (#2337) 2020-03-12 10:26:51 -07:00
Sebastian Morales 774a3def3f
docs: update code coverage badge (#2227)
We just added support for runing code-cov bot on our PRs and CI builds so it makes sense to update our code coverage badge from Azure Dev Ops to codecov.
2020-02-25 11:40:06 -08:00
Shobhit 6f26dde685
chore: update readme to remove insider from Microsoft Edge and add (Chromium) (#2025)
* update readme to remove insider from Microsoft Edge

* Update README.md

* Update README.md
2020-01-23 10:30:28 -08:00
Shobhit 9a733405a3
chore: upgrade node LTS version in our build pipelines to 12.13.0 from v10 (#1715)
* upgrade node lts version to 12.13.0 from v10

* remove unlinked changes and make them part of next PR
2019-11-20 11:06:28 -08:00
Shobhit ff6c6d6925
feat: adjust drop folder directory structure to prepare for electron release feature (#1614)
* adjust drop for electron drop

* update deploy grunt with new drop folder path

* PR feedback updates

* update launch.json with correct electron path

* fix path in e2e for dev drop

* update path for electron test
2019-11-05 16:14:49 -08:00
Dan Bjorge 8b3576e3ef
chore: address feedback on yarn commands from 10/31 engineering discussion (#1593)
#### Description of changes

Addresses feedback from the team that came up during 10/31/19 engineering discussion, in particular:

* Makes `format:*`, `lint:*`, and `copyright:*` commands use consistent naming
* Corrects documentation about use of `yarn test -- -- <files>`
* Makes `yarn watch:test` watch unit tests only, not e2e tests
* Removes `yarn precheckin` in favor of separate `yarn fastpass` (runs lints/format checks only) and `yarn assessment` (works like old precheckin)
* Parallelizes `yarn fastpass` subtasks (on my machine at home, which is slower than my work machine, fastpass now takes about a minute; prettier is the long-pole)
* Updates build scripts/PR templates/documentation accordingly

#### Pull request checklist
<!-- If a checklist item is not applicable to this change, write "n/a" in the checkbox -->
- [n/a] Addresses an existing issue: #0000
- [x] Ran `yarn fastpass`
- [n/a] Added/updated relevant unit test(s) (and ran `yarn test`)
- [n/a] Verified code coverage for the changes made. Check coverage report at: `<rootDir>/test-results/unit/coverage`
- [x] PR title *AND* final merge commit title both start with a semantic tag (`fix:`, `chore:`, `feat(feature-name):`, `refactor:`). Check workflow guide at: `<rootDir>/docs/workflow.md`
- [n/a] (UI changes only) Added screenshots/GIFs to description above
- [n/a] (UI changes only) Verified usability with NVDA/JAWS
2019-10-31 15:12:45 -07:00
Shobhit 92b357f85d update readme to point to yarn installation page (#1299) 2019-09-26 14:41:52 -07:00
Shobhit e7cffa0f4d
fix: e2e failures on windows hosted agents (#1141)
* fix build failures

* fix formatting for readme

* stick to node 10.16.3 LTS

* update Readme

* pinning versions of yarn
2019-08-26 13:10:56 -07:00
Shobhit b0dc52d552
chore: Update README to contain dependabot badge! (#1048)
* Update README to contain dependabot badge!

* update readme - prettier
2019-08-12 09:11:23 -07:00
Dan Bjorge 370a2ba0e0 test: add "yarn test:e2e:docker" run script to reproduce CI build docker steps locally (#936)
* Add run script to emulate CI build docker e2e testing

* document new run script in readme

* Enable passing through extra arguments to jest

* Fixes to README
2019-07-11 09:30:50 -07:00
Dan Bjorge 121bcc568e
chore: remove unnecessary -- args to "yarn run" to fix build warnings (#931)
Before this change, the windows E2E test logs showed the following warning:

```
warning From Yarn 1.0 onwards, scripts don't require "--" for options to be forwarded. In a future version, any explicit "--" will be forwarded as-is to the scripts.
```

This addresses it in the CI build and also in our README suggested commands (I searched the codebase for uses of the string ` -- `)
2019-07-10 14:36:36 -07:00
lisli1 71fcceffeb docs: update readme to include fork instructions (#872)
* update readme and git-branch-setup

* fix indents for readability

* add list item under clone
2019-06-28 09:33:31 -07:00
Shobhit 247d205c0e chore: update readme for E2E behavior on WSL (#856)
* update readme

* update verbiage for the text
2019-06-25 15:41:12 -07:00
Annika Kouhia 788b87607e
Readme instruction clarification (#734)
Changed README file to instruct users to run "yarn build" before trying to run unit tests.
2019-06-04 16:02:19 -07:00
Shobhit f7c93de4da
chore: Introduce Yarn as our package manager (#647)
* move stuff to yarn

* change build.yaml

* change build to work better

* change name of installation task

* change more stuff from npm to yarn

* make some more simple changes

* run npm upgrade

* remove unncessary changes

* update yarn.lock

* try -frozen-lockfile param

* testing with a minor change to trigger build again

* update readme

* fix formatting

* update documentation

* remove package-lock from prettierignore since the file doesn't exist anymore

* change version and other pr comments

* change occurance of npm

* change workflow.md

* update setup file

* update setting up vscode document
2019-05-06 11:10:22 -07:00
Peter Durham 6faee965d5 Update references to Chrome to reflect Edge Insider (#608)
* README changes

* Bug report template changes

* Address Chrome references in How to Test text

* Update allow file access prompt

* Clean up empty list items

* Update snapshot of allow file access prompt

* Add bookmarklet instructions for Edge Insider

* Show Edge Insider version on reports

* Update open dev tools instructions
2019-04-25 14:55:44 -07:00
Sebastian Morales 7d283c6701 node & npm versions on Readme and package.json (#531)
* Update readme info about node and npm versions

* Update package.json to show node & npm versions
2019-04-12 13:06:31 -07:00
flyingUnderTheRadar 2cb80c21c6
Adding a faq page and linking to it from the readme (#476)
* Adding a faq page and linking to it from the readme

* FAQ is in docs

* Removing the Q as suggested by Peter

* Typo !

Co-Authored-By: flyingUnderTheRadar <45673569+flyingUnderTheRadar@users.noreply.github.com>

* Removing the FAQ page and pointing to the product web faq page
2019-04-04 17:43:50 -07:00
flyingUnderTheRadar 1fba64cdad
Adding node and npm versions to the documentation (#441) 2019-03-26 14:17:16 -07:00
Shobhit 1f8841c0aa add badges in readme (#372)
* add badges in readme

* add links to the badges
2019-03-15 17:25:06 -07:00
Risa Naka 8c79992204 Adding Code of Conduct and Contributing MD files (#369)
* Adding Code of Conduct and Contributing MD files

* fix build by adding copyright headers properly in markdown files
2019-03-15 14:09:00 -07:00
Sebastian Morales bc13740edf
Update build status badge (#350) 2019-03-12 11:05:58 -07:00
Sebastian Morales c9b2ddd802
Update status badge (#347) 2019-03-11 17:28:55 -07:00
Risa Naka 6ab29e3dbe Fixing heading level and adding telemetry/msrc (#325) 2019-03-08 15:11:12 -08:00
Sebastian Morales 1f162353ac
Clean up (#324) 2019-03-08 12:28:10 -08:00
devaradhanm 0ccb2d6cc7
updating readme to use smaller icon (#323) 2019-03-08 11:57:49 -08:00
Ada b17359f0c3 Update README.md (#322)
* Update README.md

* Update README.md

* Update README.md

* Update README.md
2019-03-08 11:27:04 -08:00
Sebastian Morales de7eb5d19f Add build status badge (#291) 2019-03-05 13:00:59 -08:00
Dan Bjorge 438572aee1 add launch.json task to attach a debugger to chrome in an arbitrary url (#262)
* add launch.json task to attach a debugger to chrome in an arbitrary url

* Add README suggestion about the Attach debugger launch.json profiles
2019-02-28 16:40:50 -08:00
Sebastian Morales a74f164cd3
Update environment names (#242)
* Update environment names

* Bring open back, rename it to playground
2019-02-28 09:59:16 -08:00
devaradhanm ee7d6ba177
update readme to have precheckin documentation (#170) 2019-02-06 14:40:58 -08:00
devaradhanm 0e24d72c28
Using jest projects config to run tests (#135)
* upgrading jest to support global setup on multi-projects;
https://github.com/facebook/jest/pull/6865

updating deprecated property

remove tsconfig.jest.json

ignore d.ts files form coverage

* fix e2e root dir path
2019-02-05 17:33:03 -08:00
Dan Bjorge 8c0d343b73
Remove obsolete variant dev release targets (#137) 2019-01-28 15:13:33 -08:00
mslonli ec4e91730e
Updated readme to tell user do not use admin cli to run e2e test. (#132)
* Updated readme to tell user do not use admin cli to run e2e test. Also mentioned how to udpate snapshot file by cmd.

* Updated text.

* partial changes

* Added the reason why non-admin cli should not be used on e2e test.

* Fixed pr comments.
2019-01-25 15:21:42 -08:00
devaradhanm 7138a00593
formatting root files using prettier (#111) 2019-01-23 16:44:12 -08:00
Dan Bjorge 46bf9df049
Improve 'npm run build' time from 29s to 20s by omitting prod webpack (#78)
* Run dev and prod webpack separately, integrate tslint into webpack

* Add comments clarifying ForkTsCheckerWebPlugin usage

* Update package-lock

* Fix build.yaml issue in final PublishBuildArtifacts task (and remove unnecessary copy task)

* Add job timeouts to build.yaml (in response to overlong-running e2e task in this PR)

* Update readme with changes Deva suggested

* Bump build.yaml timeout to 15 minutes to allow for future increases/build machine contention
2019-01-17 18:04:56 -08:00
Dan Bjorge 9a792e3d40
Update README Building step 4 (npm run drop doesnt include drop:dev) (#13) 2019-01-07 13:27:38 -08:00
Liu Haonan 73007aa4e2
update readme (#8) 2019-01-04 15:48:22 -08:00
Mark Reay eafa31274a Migrate code to GitHub 2019-01-04 13:29:37 -08:00
Microsoft Open Source 3d28a880b0 Initial commit 2018-12-06 16:40:07 -08:00