-
Notifications
You must be signed in to change notification settings - Fork 405
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* chore(format): prettier everything (except HTML/CSS) * chore: format with prettier * chore: use prettier on CSS files * chore: explain why we don't format HTML files
- Loading branch information
Showing
89 changed files
with
567 additions
and
567 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"productTag": "a1aB0000000g309IAA", | ||
"defaultBuild": "250", | ||
"hideWorkItemUrl": true | ||
"productTag": "a1aB0000000g309IAA", | ||
"defaultBuild": "250", | ||
"hideWorkItemUrl": true | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,47 +1,52 @@ | ||
--- | ||
name: Bug | ||
about: Create an issue to help us improve | ||
|
||
--- | ||
|
||
### Description | ||
|
||
#### Steps to Reproduce | ||
|
||
|
||
<!-- | ||
If LWC specific issue, update link with your example | ||
--> | ||
https://playground.lwc.dev | ||
|
||
<!-- | ||
if specific code snippet, paste the example here | ||
--> | ||
```js | ||
const your => (code) => here; | ||
``` | ||
|
||
#### Expected Results | ||
<!-- Example: No error is throw --> | ||
|
||
#### Actual Results | ||
<!-- Example: Error is thrown --> | ||
|
||
### Browsers Affected | ||
<!-- List of browsers and versions affected --> | ||
|
||
### Version | ||
<!-- | ||
Node project | ||
package.json | ||
versions < 0.17: "lwc-engine": "0.16.8" | ||
versions >= 0.17: "lwc-engine": "0.17.2" | ||
--> | ||
- LWC: x.x.x | ||
|
||
|
||
**Possible Solution** | ||
<!--- Only if you have suggestions on a fix for the bug --> | ||
|
||
**Additional context/Screenshots** | ||
Add any other context about the problem here. If applicable, add screenshots to help explain. | ||
--- | ||
name: Bug | ||
about: Create an issue to help us improve | ||
--- | ||
|
||
### Description | ||
|
||
#### Steps to Reproduce | ||
|
||
<!-- | ||
If LWC specific issue, update link with your example | ||
--> | ||
|
||
https://playground.lwc.dev | ||
|
||
<!-- | ||
if specific code snippet, paste the example here | ||
--> | ||
|
||
```js | ||
const your => (code) => here; | ||
``` | ||
|
||
#### Expected Results | ||
|
||
<!-- Example: No error is throw --> | ||
|
||
#### Actual Results | ||
|
||
<!-- Example: Error is thrown --> | ||
|
||
### Browsers Affected | ||
|
||
<!-- List of browsers and versions affected --> | ||
|
||
### Version | ||
|
||
<!-- | ||
Node project | ||
package.json | ||
versions < 0.17: "lwc-engine": "0.16.8" | ||
versions >= 0.17: "lwc-engine": "0.17.2" | ||
--> | ||
|
||
- LWC: x.x.x | ||
|
||
**Possible Solution** | ||
|
||
<!--- Only if you have suggestions on a fix for the bug --> | ||
|
||
**Additional context/Screenshots** | ||
Add any other context about the problem here. If applicable, add screenshots to help explain. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,16 @@ | ||
--- | ||
name: Feature request | ||
about: Suggest an idea for this project | ||
|
||
--- | ||
|
||
**Is your feature request related to a problem? Please describe.** | ||
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] | ||
|
||
**Describe the solution you'd like** | ||
A clear and concise description of what you want to happen. | ||
|
||
**Describe alternatives you've considered** | ||
A clear and concise description of any alternative solutions or features you've considered. | ||
|
||
**Additional context** | ||
Add any other context or screenshots about the feature request here. | ||
--- | ||
name: Feature request | ||
about: Suggest an idea for this project | ||
--- | ||
|
||
**Is your feature request related to a problem? Please describe.** | ||
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] | ||
|
||
**Describe the solution you'd like** | ||
A clear and concise description of what you want to happen. | ||
|
||
**Describe alternatives you've considered** | ||
A clear and concise description of any alternative solutions or features you've considered. | ||
|
||
**Additional context** | ||
Add any other context or screenshots about the feature request here. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,53 +1,53 @@ | ||
name: Run WebDriverIO integration tests | ||
|
||
on: | ||
push: | ||
branches: | ||
- master | ||
- release | ||
- 'spring*' | ||
- 'summer*' | ||
- 'winter*' | ||
pull_request: | ||
branches: | ||
- master | ||
- release | ||
- 'spring*' | ||
- 'summer*' | ||
- 'winter*' | ||
push: | ||
branches: | ||
- master | ||
- release | ||
- 'spring*' | ||
- 'summer*' | ||
- 'winter*' | ||
pull_request: | ||
branches: | ||
- master | ||
- release | ||
- 'spring*' | ||
- 'summer*' | ||
- 'winter*' | ||
|
||
env: | ||
SAUCE_USERNAME: ${{secrets.SAUCE_USERNAME}} | ||
SAUCE_ACCESS_KEY: ${{secrets.SAUCE_ACCESS_KEY}} | ||
SAUCE_TUNNEL_ID: github-action-tunnel-karma-${{github.run_id}} | ||
PUPPETEER_SKIP_DOWNLOAD: "true" # only needed for @best/runner-local, unused here | ||
GITHUB_RUN_ID: ${{github.run_id}} | ||
SAUCE_USERNAME: ${{secrets.SAUCE_USERNAME}} | ||
SAUCE_ACCESS_KEY: ${{secrets.SAUCE_ACCESS_KEY}} | ||
SAUCE_TUNNEL_ID: github-action-tunnel-karma-${{github.run_id}} | ||
PUPPETEER_SKIP_DOWNLOAD: 'true' # only needed for @best/runner-local, unused here | ||
GITHUB_RUN_ID: ${{github.run_id}} | ||
|
||
jobs: | ||
run-integration-tests: | ||
runs-on: ubuntu-22.04 | ||
defaults: | ||
run: | ||
working-directory: ./packages/@lwc/integration-tests | ||
steps: | ||
- name: Checkout repository | ||
uses: actions/checkout@v3 | ||
run-integration-tests: | ||
runs-on: ubuntu-22.04 | ||
defaults: | ||
run: | ||
working-directory: ./packages/@lwc/integration-tests | ||
steps: | ||
- name: Checkout repository | ||
uses: actions/checkout@v3 | ||
|
||
- name: Setup Node | ||
uses: actions/setup-node@v3 | ||
with: | ||
node-version: "18.18.0" | ||
cache: 'yarn' | ||
- name: Setup Node | ||
uses: actions/setup-node@v3 | ||
with: | ||
node-version: '18.18.0' | ||
cache: 'yarn' | ||
|
||
- name: Install dependencies | ||
run: yarn install --frozen-lockfile | ||
working-directory: ./ | ||
- name: Install dependencies | ||
run: yarn install --frozen-lockfile | ||
working-directory: ./ | ||
|
||
- uses: saucelabs/sauce-connect-action@v2 | ||
with: | ||
username: ${{ secrets.SAUCE_USERNAME }} | ||
accessKey: ${{ secrets.SAUCE_ACCESS_KEY }} | ||
tunnelName: ${{ env.SAUCE_TUNNEL_ID }} | ||
- uses: saucelabs/sauce-connect-action@v2 | ||
with: | ||
username: ${{ secrets.SAUCE_USERNAME }} | ||
accessKey: ${{ secrets.SAUCE_ACCESS_KEY }} | ||
tunnelName: ${{ env.SAUCE_TUNNEL_ID }} | ||
|
||
- run: yarn sauce:prod --browsers chrome | ||
- run: yarn sauce:dev --browsers chrome | ||
- run: yarn sauce:prod --browsers chrome | ||
- run: yarn sauce:dev --browsers chrome |
Oops, something went wrong.