Coder Social home page Coder Social logo

testingconferences / testingconferences.github.io Goto Github PK

View Code? Open in Web Editor NEW
107.0 9.0 217.0 2.62 MB

A simple list of Software Testing Conferences and Workshops

Home Page: https://testingconferences.org

License: MIT License

HTML 48.06% Ruby 5.46% JavaScript 0.71% SCSS 44.51% Shell 1.27%
conference workshop software-testing testing-conferences

testingconferences.github.io's Introduction

Testing Conferences CircleCI License: MIT

This is a simple list of software testing conferences and workshops published collaboratively with the testing community.

Quick Start

  1. Clone or download the project and cd project dir

git clone [email protected]:TestingConferences/testingconferences.github.io.git cd testingconferences.github.io

  1. Make sure you've got Docker (or Orbstack) installed and Run the setup process

/devops/setup.sh

Contributing Guidelines

The list of events is driven by files in the _data folder - if you have an update for those things, just change the current.yml and past.yml files and send a PR.

  • The order of the events listed in current.yml and past.yml dictates the order displayed, please make sure to properly insert events.
  • If possible, spell out the conference name and add the abbreviation. Otherwise just use the abbreviation:
    • Example: Workshop on Performance and Reliability (WOPR)
  • If the conference name has a colon (:), place the entire name in quotes. Otherwise this can cause build errors.
    • Example: "test:fest 2099" or "IBCU: Workshop on Testing 2099"
  • Include the year
    • Sometimes workshops use a version instead of a year
      • Example: Workshop on Performance and Reliability (WOPR) 24
  • Don't include the @ symbol for the twitter handle. If there is no twitter option, leave it blank
  • Optionally include a status such as:
    • CFP is open / closed (CFP == Call for Proposal)
    • CFP is closed
    • Early Bird Registration is open
    • Registration is open / closed
    • Feel free to put in dates about when things expire
    • Feel free to put the status as a link to the correct place
  • Optionally include a link to a conference video playlist. This will only appear for past conferences and can be added directly to the past.yml file.
    • These should be videos from the conference presentations or talks. No marketing videos please.

Eligible Conferences and Workshops

Focus is a goal of this project and as a result, only conferences, un-conferences and workshops that are specifically for software testing are listed. That means that if a conference covers software testing, but is not specifically for testers, then it is left out.

A good heuristic for whether a conference should be included is if its name includes Test(ing) or Quality and/or how it describes itself.

Mailing List

Don't forget to sign up for our once monthly newsletter.

License

TC.org is released under the MIT License.

Testing Powered By SauceLabs

testingconferences.github.io's People

Contributors

andreicontan avatar argentesting avatar chandankuila761 avatar ckenst avatar csondes avatar dependabot[bot] avatar diemol avatar eddegraaf avatar freddiefujiwara avatar friendlytester avatar gabrielkerekes avatar heather-r avatar hughleo avatar kkupfer avatar kumar2050 avatar maayanpt avatar maiknog avatar martin-schneider avatar mwinteringham avatar nokiamb avatar pmmorgan003 avatar psabev avatar qahiccupps avatar simongrn avatar snyk-bot avatar sparshkesari avatar vldcorp avatar workroomprds avatar ychua avatar zeff avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

testingconferences.github.io's Issues

favicon.ico not found

When running jekyll I get an ERROR /favicon.ico' not found.` Perhaps we need to add a favicon now?

Additional speaker related info

Can we show the following:

  • Speaker Policies. The actual policy and someway of showing they have one
  • Are they PayToSpeak or not?

Make this list embeddable

This would make testingconferences way more useful. Is there a way to make this list (or a part of this list) embeddable into someone else's site? So they wouldn't have to make this list themselves?

Add HTTPS

Google is going to move away from ranking HTTP only websites highly. Which means out ability to reach people will be greatly impacted.

Need to add a certificate either through Cloudflare or our Domain Registrar. (Go through Domain Registrar first).

New Page: Top 2019 testing conferences

  • Add it to the /root directory so it becomes a page like /about.
  • Name the file best-software-testing-conferences-2019.md. Call it The Best Software Testing Conferences of 2019.
  • How do we reference this in the News pages?

Create a separate list of conferences with a testing track?

TestingConferences.org only lists testing conferences and workshops. There are however conferences and workshops not aimed directly (or wholly) at testing but that still have testing tracks. Might be possible (with support from the community) to create a new list.

Perhaps within a subdomain?

Typography adjustments

Feedback from Tim:

  • Pick colors that aren't default web blue
  • Off White background (already have?)
  • Different font than Arial but still sans serif
  • Transitions always make things look better, and they're one line of css to add a gradual color change rather than immediate: transition: color .2s
  • ditch the underline on hovering over links, decrease the font-size on the conference links, increase the header font-size, add a text-shadow: 1px 1px 1px #CCC to make the header look a bit fancier
  • highlight the current tab
  • change the bullets between the date / location / twitter with either http://en.wikipedia.org/wiki/List_of_XML_and_HTML_character_entity_references or font awesome
  • make every other entry in the list have a slightly different background color, like alternating - the css selector for that would be li:nth-child(even). Then pad them a little bit so the text isn't right on top of the edge.

Posts: 2 on Top Software Testing Conferences

  1. Top Software Testing Conferences in 2017
  2. Top Software Testing Conferences in 2018 -> delayed posting?
  • The best conferences really depend on where you are located in the world. Most of the "Top" or "Best" lists assume you are located in the United States.
  • There are a few online conferences popping up that we love but they aren't quite the same.
  • Let's summarize the number of conferences we have in each continent for 2017 and 2018 with links back to the site. According to TC.org...
  • Make a call to action (can we add a button?) that asks the reader to add any conferences we may have missed no matter what country they are in.

Post: Posts on past years conferences with Event Videos to watch

  1. Make this post very SEO-ish
  2. We want to highlight that our Past Conferences list does link to Event Videos from testing conferences.
  3. There's added expense for conferences that do this, so I think it's worth highlighting. It's also worth promoting. I'd like to encourage this a bit.
  • This could be a cross post between Kenst.com and TC.org

Set up basic automated tests and integrate with Circle CI

This seems like a fun and worthwhile experiment.

  1. Build some basic automated UI tests for TC.org. Probably in a TC.org subdirectory
  2. Set up a build process that uses Circle CI to run those automated tests each time we commit a change.

Ask if existing conferences would like to track our referrals

Write a blog post about this and if it's true add this to the wiki. Basically if conferences have a tracking query / format they'd like to use, we can make sure to use it across their urls for better tracking.

We'd like to help them track the value TC.org is providing

Code of conduct to conferences

Add a separate page: Code of conduct
In there we have two or three sections:

  1. Guidance on how to get most out of a conference as an attendant.
  2. Guidance on how you can prepare, speak, present on a topic of interest at a conference as a Speaker or Workshop provider.
  3. How to organize a conference: what you have to keep in mind, what details are there needed to prepare, funds and sponsors, people, speakers invitations, location, and so on.

Make Twitter link optional

Make it so the link to twitter is optional. Maybe also make it possible to include twitter hashtag of event?

Make website responsive

When viewing the site from the mobile web, the titles / pages don't fold into the hamburger menu. Either we should remove this hamburger menu or place the titles / pages underneath it. Would also be great to fix up the footer.

screen shot 2017-09-26 at 1 23 30 pm

Add event videos for Past Conferences

Both CAST and SeConf 2015 posted videos online and it would be nice to have a link to those event videos. Probably add these to the past conferences list.

Create a mailing list?

We could create a mailing list and send out emails to subscribers based on the next month's current and past events. Then we could directly ask if we are missing anything.

This would be a manual thing at least initially.

Look into automated ways of adding conferences

Look into automated ways of adding conferences and workshops. We have a rather large list of conferences, now we just need to occasionally check or ping those conferences to determine when future conferences or updates are planned.

Improve readability of news posts

I'm not sure if this is as simple as changing the font, font-size, or another dimension but currently the content text is difficult to read:

screen shot 2017-12-11 at 3 02 33 pm

Make current list default view

Make the current list of conferences the default view instead of the blog posts. Move the blog posts & categorize as news.

Update automated build process to run tests locally

Update the automated build process such that:

  1. Pull requests are deployed locally
  2. Automated tests run against these pull requests
  3. All this happens before we merge to Master.

I'm assuming this means we'll need separate branches, maybe a staging or develop branch in addition to master.

Update footer

  • Move the "created & maintained" and "inspired by" blurb to the about page. Should clean up the footer a bit.
  • Make the items in the footer one line, equally spaced from one another? (look at Github)
  • Add the We heart icon Testing to the footer?

Add current conferences list

I'm thinking I can add a new class for current conferences to index.html and then pull in data from that new class from a file. Somehow.

Add tag for "free" events

Is there an icon or tag we could use to highlight free events? Of course we'd need to define what free meant. Often workshops don't have a conference fee but might charge a small fee to help reserve a room, etc.

Updates for the Auto-join newsletter

  1. Add more links, references, etc. for people to click on other than adding conferences
  2. Add a link to past emails / campaigns
  3. Make the contribution section a call to action
  4. Small text / grammar updates:

screen shot 2018-08-02 at 7 02 43 pm

Add Search

Add search functionality so once users are on the the current and past pages it's easier to find conferences / workshops.

New Page: Top 2018 testing conferences

Do this before #214.

  • Add it to the /root directory so it becomes a page like /about.
  • Name the file best-software-testing-conferences-2018.md. Call it The Best Software Testing Conferences of 2018.
  • Copy our "Best Remaining of 2018" posts for content.

Rebuild Navigation

I need to completely rebuild Navigation so it doesn't auto-add pages. Also I need page titles to remain "Software Testing Conferences". I only need 3 basic pages, in this order:

  1. Current (homepage)
  2. Past (/past)
  3. News (/news) - the original blog Posts

Not yet sure what to do with About page. Is it necessary?

Add transitions

Transitions always make things look better, and they're one line of css to add a gradual color change rather than immediate: transition: color .2s

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.